Thread pools are used by network listeners and by the ORB. Commonly, a network listener uses one of the two thread pools that are created when you install the GlassFishTM Server, and the ORB uses the other. You may edit either of these default thread pools to specify settings appropriate to your applications or hardware systems, or you can create and use a thread pool with these settings.
The Thread Pools page opens.
The New Thread Pool page opens.
The default value is com.sun.grizzly.http.StatsThreadPool.
A value of –1 indicates that there is no limit to the queue size. The default value is 4096.
The default value is 5. This is the recommended value for network listener thread pools.
These threads are created when the thread pool is instantiated. The default value is 2.
After this time expires, the thread is removed from the pool. The default value is 900.