The thread-pool element can contain the following subelements:
Table 3–56 List of thread-pool Subelements| Element | Occurrences | Description | 
|---|---|---|
| min-threads | 0 or 1 | The minimum number of HTTP request processing threads. The value can be from 1 to 4096. | 
| max-threads | 0 or 1 | The maximum number of HTTP request processing threads. The value can be from 1 to 4096. | 
| stack-size | 0 or 1 | The stack size (in bytes) for HTTP request processing threads. The value can be from 8192 to 67108864. | 
| queue-size | 0 or 1 | The maximum number of concurrent HTTP connections that can be queued waiting for processing. The value can be from 1 to 1048576. |