WorkerThreads
The number of threads in the worker thread pool.
Worker threads are created dynamically, when required, up to a maximum value of:
Number of ACI threads X Number of child servers
The threads that are created are destroyed over a period of time, when they are unused. The number of threads eventually returns to the configured value.
Type: | Long |
Default: | Depends on the number of ACI threads |
Required: | No |
Configuration Section: | Server |
Example: | WorkerThreads=10
|
See Also: | Threads |