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:15:10 UTC

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

Author: pderop
Date: Mon Mar  9 21:15:09 2015
New Revision: 1665359

URL: http://svn.apache.org/r1665359
Log:
Reduce image width (attempt 1)

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=1665359&r1=1665358&r2=1665359&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:15:09 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" width="25%">
+<img src="./diagrams/serial-queue.png" width="10%">
 
 # 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" width="25%">
+<img src="./diagrams/concurrent-serial-queue.png" width="10%">
 
 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