Update of /cvsroot/babeldoc/babeldoc/modules/core/config/i18n
In directory sc8-pr-cvs1:/tmp/cvs-serv27392/modules/core/config/i18n
Modified Files:
messages.properties
Log Message:
Lots of updates to the documentation. The processor documentation is now generated directly from the source code.
Index: messages.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/i18n/messages.properties,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** messages.properties 5 Aug 2003 23:49:27 -0000 1.16
--- messages.properties 8 Aug 2003 23:43:11 -0000 1.17
***************
*** 404,406 ****
--- 404,412 ----
core.config.light.command.option.t=Track a configuration value through all the configuration files
+ core.pipeline.processor.sync.desc=Synchronously process the pipeline documents. Each document is processed serially - no new threads are created.
+
+ core.pipeline.processor.async.desc=Asynchronously process the pipeline documents
+ core.pipeline.processor.async.option.maxThreads=The maximum number of threads that this processor can spawn. The pipeline stage may override this but can never exceed this value.
+ core.pipeline.processor.threadpool.desc=Asynchronously process the pipeline documents using a threadpool. This is probably the most useful in a multithreaded environment.
+ core.pipeline.processor.threadpool.option.poolSize=The number of threads in the thread pool. This sets the maximum number of documents to process at one time.
|