Edit Thread Pool

Use the Edit Thread Pool page to modify an existing thread pool.

The Edit Thread Pool page contains the following options.

Name

The name of the thread pool. The Name field is a read-only field. You can only specify the name when you create a new thread pool.

Class Name

The fully qualified name of the class that implements the thread pool. The default value is com.sun.grizzly.http.StatsThreadPool.

Max Queue Size

The maximum number of messages that can be queued until threads are available to process them. A value less than or equal to 0 indicates that there is no limit to the queue size. The default value is –1. This is the recommended value for a thread pool used by the ORB. A network listener thread pool commonly uses a value of 4096.

Max Thread Pool Size

The maximum number of threads in the thread pool. The default value is 5.

Min Thread Pool Size

The minimum number of threads in the thread pool. The default value is 2.

Idle Thread Timeout

The maximum amount of time, in seconds, that a thread can remain idle in the pool. After this time expires, the thread is removed from the pool. The default value is 900.

Related Tasks
Related asadmin Commands