Configuring the Request Queue
Use this procedure to manage the Request Queue that collects the Runnable objects and transfers them to the Thread Manager/Application Thread Manager for procession.
...
1. Start the J2EE Engine Visual Administrator.
2. Choose Server/Dispatcher ® Kernel ® ThreadManager/ApplicationThread Manager ® Properties tab.

The Application Thread Manager runs only on server processes.
3. To change the maximum size of the Request Queue, modify the value of the MaxRQSize property.
This property limits the Thread Manager’s/Application Thread Manager’s buffer of requests to a certain number. When a new request is received and the maximum size of the Request Queue is already reached, the next starting thread is passively blocked until a slot is freed due to another request completion.
4.
To save your changes, choose
with the
quick info text Save Properties.
5. Restart the J2EE Engine.