Use this page to configure a group of threads that an application server uses. Requests are sent to the server through any of the HTTP transports. A thread pool enables components of the server to reuse threads to eliminate the need to create new threads at run time. Creating new threads expends time and resources.
To view this administrative console page, click Servers > Manage Application Servers > server_name > ORB Service > Thread Pool. (You can reach this page through more than one navigational route.)
Configuration tab
| Data type | Integer |
| Default | 10 |
If your Tivoli Performance Viewer shows the Percent Maxed metric to remain consistently in the double digits, consider increasing the Maximum size. The Percent Maxed metric indicates the amount of time that the configured threads are used. If there are several simultaneous clients connecting to the server-side ORB, increase the size to support up to 1000 clients.
| Data type | Integer |
| Default | 50 |
| Recommended | 50 (25 on Linux systems) |
Note: The administrative console does not allow you to set the inactivity timeout to a negative number. To do this you must modify the value directly in the server.xml file.
| Data type | Integer |
| Units | Milliseconds |
| Default | 3500 |
| Data type | Boolean |
| Default | Not enabled (false) |
| Range | Valid values are Allow thread allocation beyond maximum thread size or Not enabled. |