Threads
The maximum number of parallel actions. The number of actions that the server can process in parallel at any one time. You can calculate the optimum number of threads as follows:
(1 x Num CPU's ) + 1 spare thread.
Type: | Long |
Default: | 10 |
Allowed Range: | Minimum: 1 Maximum: 10 |
Recommended Range: | Minimum: 4 Maximum: 10 |
Required: | No |
Configuration Section: | Server |
Example: | Threads=2
|
See Also: | Port |