The following table describes parameters for the thread-pool-init function.
Table 2–17 thread-pool-init parameters| Parameter | Description | 
|---|---|
| Name of the thread pool. | |
| Maximum number of threads in the pool. | |
| Minimum number of threads in the pool. | |
| Size of the queue for the pool. If all threads in the pool are busy, further request-handling threads that want to get a thread from the pool will wait in the pool queue. The number of request-handling threads that can wait in the queue is limited by the queue size. If the queue is full, the next request-handling thread that comes to the queue is turned away, with the result that the request is turned down, but the request-handling thread remains free to handle another request instead of becoming locked up in the queue. | |
| Stack size of each thread in the native (kernel) thread pool. |