|
A value consistently close to 100% is
indicative of a bottleneck in the JRun server. In this case, incoming
requests may have to wait for threads to be available to process the
requests and the user may see an increased delay while accessing the
server.
To improve the performance of a JRun server
3.0, consider increasing the
jcp.endpoint.main.active.threads property in the local.properties
configuration file (residing in the JRUN_HOME_DIR>/servers/servername),
so that the server can allocate more threads for processing user
requests.
In case of a JRun server 4.0, modify the activeHandlerThreads
attribute of the WebService service in the jrun.xml file
located in the <JRUN_HOME_DIR>/servers/<SERVER_NAME>/SERVER-INF
directory.
If the value of this metric is below 20%, the
thread pool size may be set to be too large. Hence, consider reducing the jcp.endpoint.main.active.threads
property in local.properties file in the JRun server 3.0.
In case of a JRun server 4.0, modify the activeHandlerThreads
attribute of the WebService service in the jrun.xml file
located in the <JRUN_HOME_DIR>/servers/<SERVER_NAME>/SERVER-INF
directory.
|