Dynamic Allocation/Reallocation of
Resources
Use this procedure to define how quickly the thread system will release the allocated but unused system resources, that is, for how long idle threads will exist before exiting.
...
1. Start the J2EE Engine Visual Administrator.
2. Choose Server/Dispatcher → Kernel → Thread Manager/ApplicationThread Manager → Properties tab.
3. Modify the value of the ThreadsIdleTimeout property.
This property specifies how much time each thread is trying to obtain a new task for processing. If the thread is still idle after this time elapses and the total number of threads is within the [MinThreadCount, MaxThreadCount] range, the idle thread will exit, thus decreasing the allocated system resources. Otherwise (if the total number of threads equals the MinThreadCount), the idle thread will once again try to obtain a task for processing until the ThreadsIdleTimeout again elapses.
4.
To save your changes, choose
with the
quick info text Save Properties.