![]() |
|
Tuning the Server for priority processing and using thread funneling framework, priority users can be served at average response times even under heavy loads. It is not enabled by default. Configure the following properties in the web-config.xml:
<application name=“TestpriorityWeb” virtual_host=“default”><priority-groups realm=“system” level=“8”><groups>administrator, everybody</groups><users> root, test </users> </priority-groups> </application>In the above example, when a user belonging to the group with login-name and password as root, test in the realm system accesses an application with context root, TestpriorityWeb is served at priority level 8. The normal priority level is 5.
Another example for configuring priority processing is:
<application name=“admin” virtual_host=“default”>
<priority-groups realm=“system” level=“8”>
<users> root </users>
</priority-groups>
</application>
</priority-processing>
| © Pramati Technologies 2007 | Runs on Pramati Server | Feedback | Legal |