Use the New Thread Pool page to create a thread pool.
The New Thread Pool page contains the following options.
The name of the thread pool.
The name of the class that implements the thread pool. The default value is com.sun.grizzly.http.StatsThreadPool.
The maximum number of threads in the queue. A value less than or equal to zero indicates that there is no limit to the queue size. The default value is –1.
The maximum number of threads in the thread pool. The default value is 5.
The minimum number of threads in the thread pool. The default value is 2.
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.