Update of /cvsroot/babeldoc/babeldoc/modules/core/config/i18n
In directory sc8-pr-cvs1:/tmp/cvs-serv28668/config/i18n
Modified Files:
messages.properties
Log Message:
Added the shutdown listener framework. Classes that want to be told when babeldoc is about to be shutdown implement the IShutdownListener and call EnvironmentLoader.addShutdownListener.
Index: messages.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/i18n/messages.properties,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** messages.properties 10 Aug 2003 18:01:15 -0000 1.18
--- messages.properties 12 Aug 2003 00:28:29 -0000 1.19
***************
*** 412,413 ****
--- 412,414 ----
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.
+ core.pipeline.processor.threadpool.option.keepAlive=The number of milliseconds that an idle thread in the threadpool will remain alive before being reclaimed.
\ No newline at end of file
|