The maximum 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 CPUs) + 1 spare thread.
You cannot configure the total number of threads  split between ACI and asynchronous threads  to be more than 32. If the value of Threads set in the [AsyncActions] section, plus the value of Threads in the [Server] section, is greater than 32, IDOL Community Component does not start up, and logs an error message.
| 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 Threads [AsynActions] | 
|  |