You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/10/12 17:55:34 UTC

svn commit: r1021810 - in /sling/branches/eventing-3.0/src/main/resources: META-INF/ OSGI-INF/metatype/metatype.properties

Author: cziegeler
Date: Tue Oct 12 15:55:34 2010
New Revision: 1021810

URL: http://svn.apache.org/viewvc?rev=1021810&view=rev
Log:
Update description

Removed:
    sling/branches/eventing-3.0/src/main/resources/META-INF/
Modified:
    sling/branches/eventing-3.0/src/main/resources/OSGI-INF/metatype/metatype.properties

Modified: sling/branches/eventing-3.0/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: http://svn.apache.org/viewvc/sling/branches/eventing-3.0/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=1021810&r1=1021809&r2=1021810&view=diff
==============================================================================
--- sling/branches/eventing-3.0/src/main/resources/OSGI-INF/metatype/metatype.properties (original)
+++ sling/branches/eventing-3.0/src/main/resources/OSGI-INF/metatype/metatype.properties Tue Oct 12 15:55:34 2010
@@ -147,12 +147,14 @@ load.checkdelay.description = The backgr
 #
 # Event Pool
 event.pool.name = Apache Sling Event Thread Pool 
-event.pool.description = This is the thread pool used by the Apache Sling eventing support.
+event.pool.description = This is the thread pool used by the Apache Sling eventing support. The \
+ threads from this pool are merely used for the job handling. By limiting this pool, it is \
+ possible to limit the maximum number of parallel processed jobs - regardless of the queue \
+ configuration.
 
 minPoolSize.name = Min Pool Size
 minPoolSize.description = The minimum pool size. The minimum pool size should be \
- higher than 20. Approx 10 threads are in use by the system, so a pool size of 20 \
- allows to process 10 events in parallel.
+ higher than 10.
 
 maxPoolSize.name = Max Pool Size
 maxPoolSize.description = The maximum pool size. The maximum pool size should be higher than \