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 2014/09/20 09:51:24 UTC

svn commit: r1626395 - /felix/sandbox/pderop/dependencymanager-prototype/org.apache.felix.dependencymanager/design.txt

Author: pderop
Date: Sat Sep 20 07:51:24 2014
New Revision: 1626395

URL: http://svn.apache.org/r1626395
Log:
added comments

Modified:
    felix/sandbox/pderop/dependencymanager-prototype/org.apache.felix.dependencymanager/design.txt

Modified: felix/sandbox/pderop/dependencymanager-prototype/org.apache.felix.dependencymanager/design.txt
URL: http://svn.apache.org/viewvc/felix/sandbox/pderop/dependencymanager-prototype/org.apache.felix.dependencymanager/design.txt?rev=1626395&r1=1626394&r2=1626395&view=diff
==============================================================================
--- felix/sandbox/pderop/dependencymanager-prototype/org.apache.felix.dependencymanager/design.txt (original)
+++ felix/sandbox/pderop/dependencymanager-prototype/org.apache.felix.dependencymanager/design.txt Sat Sep 20 07:51:24 2014
@@ -19,10 +19,10 @@ This prototype demonstrates the new conc
 
 20 sept 2014 (pderop):
 
- * Added support for concurrent mode: you can now register in the OSGi service registry a
-   threadpool (java.util.concurrent.Executor) service using the
-   "target=org.apache.felix.dependencymanager" service property, and using the
-   "org.apache.felix.dependencymanager.parallel=true system property". This will allow to handle all
+ * Added support for concurrent mode: To allow components to be handled in parallel, you can now
+   register in the OSGi service registry a threadpool (java.util.concurrent.Executor) service with
+   a "target=org.apache.felix.dependencymanager" service property, and you also have to set the
+   "org.apache.felix.dependencymanager.parallel=true" system property. This will allow to handle all
    component dependencies and all component lifecycle callbacks concurrently. Notice that component
    events are still handled serially. The only difference is that multiple components can be handled
    in parallel. See the