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

thread-pool

The thread-pool element configures the threads used to process HTTP requests. This element may appear zero or one time within the server element. For more information, see server.

Subelements

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. 

See Also