Threads
The number of threads 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: 32 |
Recommended Range: |
Minimum: 4 Maximum: 32 |
Required: | No |
Configuration Section: | Server |
Example: | Threads=2
|
See Also: | Port |