The max-spare-threads Element

From Documentation
Revision as of 10:10, 8 August 2011 by Alicelin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


The max-spare-threads Element


Syntax:

<max-spare-threads>a_number</max-spare-threads>
[Default: 100]

It specifies the maximum allowed number of the thread pool for queuing the idle event processing threads. ZK will reuse the idle event processing threads by keeping them in a thread pool. The number specified here then controls the maximum size of the pool.

A negative value indicates that there is no limit. Zero means no pool at all.

Notice this option is applicable only if the event processing thread is enabled (it is disabled by default). Please refer to the disable-event-thread element for details.

Version History

Last Update : 2011/08/08


Version Date Content
     



Last Update : 2011/08/08

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.