The following table describes the Parameters for the thread-pool-init function.
Table 5–23 thread-pool-init Parameters| 
 Parameter  | 
 Description  | 
|---|---|
| 
 name  | 
 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 require a thread from the pool 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 tries to access/denied the queue is therefore, the request is turned down, and 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.  |