Author: pderop
Date: Mon Mar 9 21:21:20 2015
New Revision: 1665364
URL: http://svn.apache.org/r1665364
Log:
Fixed image width (attempt 4)
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=1665364&r1=1665363&r2=1665364&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:21:20 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:
300px"/>
+<img src="./diagrams/serial-queue.png" alt="Serial Queue" style="width:
500px"/>
# 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: 300px"/>
+<img src="./diagrams/concurrent-serial-queue.png" alt="Concurrent Serial
Queue" style="width: 500px"/>
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