Show TOC Start of Content Area

Procedure documentation Configuring the Request Queue  Locate the document in its SAP Library structure

Use

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.

Procedure

...

       1.      Start the J2EE Engine Visual Administrator.

       2.      Choose Server/Dispatcher ® Kernel ® ThreadManager/ApplicationThread Manager ® Properties tab.

Note

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 This graphic is explained in the accompanying text with the quick info text Save Properties.

       5.      Restart the J2EE Engine.

 

 

End of Content Area