You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2015/03/09 22:23:07 UTC

svn commit: r1665365 - /felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/thread-model.mdtext

Author: pderop
Date: Mon Mar  9 21:23:07 2015
New Revision: 1665365

URL: http://svn.apache.org/r1665365
Log:
Fixed image width (attempt 5)

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/thread-model.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/thread-model.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/thread-model.mdtext?rev=1665365&r1=1665364&r2=1665365&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/thread-model.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/thread-model.mdtext Mon Mar  9 21:23:07 2015
@@ -21,7 +21,7 @@ This mechanism allows to serially handle
 
 The following diagram illustrates the thread model we just described:
 
-<img src="./diagrams/serial-queue.png" alt="Serial Queue" style="width: 500px"/>
+<img src="./diagrams/serial-queue.png" alt="Serial Queue" style="width: 600px"/>
 
 # Enabling parallelism with a ComponentExecutorFactory
 
@@ -35,7 +35,7 @@ be managed and activated concurrently wi
 
 Here is a diagram which illustrates all this:
 
-<img src="./diagrams/concurrent-serial-queue.png" alt="Concurrent Serial Queue" style="width: 500px"/>
+<img src="./diagrams/concurrent-serial-queue.png" alt="Concurrent Serial Queue" style="width: 600px"/>
 
 If you want to ensure that all Components are initialized after the ComponentExecutorFactory is registered in the OSGI registry, you can use the "org.apache.felix.dependencymanager.parallel" 
 OSGi system property which specifies the list of components which must wait for the ComponentExecutorFactory service. This property value can be set to a wildcard ("*"), or a list of