Sun Java System Web Server 7.0 Update 6 Administrator's Configuration File Reference

Parameters

The following table describes the thread-pool-init parameters.

Table 5–9 thread-pool-init Parameters

Parameter 

Description 

name

The name of the thread pool. 

maxthreads

The maximum number of threads in the pool. 

minthreads

The minimum number of threads in the pool. 

queueSize

The size of the pool queue. If all threads in the pool are busy, further request-handling threads that need to get 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 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. 

stackSize

Stack size of each thread in the native (kernel) thread pool.