Apache Tomcat 7 Configuration Reference (7.0.62) - The HTTP Connector
acceptCount
The maximum queue length for incoming connection requests when all possible request processing threads are in use. Any requests received when the queue is full will be refused. The default value is 100.
acceptorThreadCount
The number of threads to be used to accept connections. Increase this value on a multi CPU machine, although you would never really need more than 2
. Also, with a lot of non keep alive connections, you might want to increase this value as well. Default value is 1
.
acceptorThreadPriority
The priority of the acceptor threads. The threads used to accept new connections. The default value is 5
(the value of the java.lang.Thread.NORM_PRIORITY
constant). See the JavaDoc for the java.lang.Thread
class for more details on what this priority means.
Read full article from Apache Tomcat 7 Configuration Reference (7.0.62) - The HTTP Connector
No comments:
Post a Comment