Tomcat maximum threads
Posted
by
Clinton Bosch
on Server Fault
See other posts from Server Fault
or by Clinton Bosch
Published on 2012-10-16T16:27:37Z
Indexed on
2012/10/16
17:05 UTC
Read the original article
Hit count: 244
I understand that setting the maximum number of connections available in a connection pool should be the same as your maxThreads configured for your Tomcat server (which correlates to the number of requests that can be handled)
For tomcat the default is 200, I assume there is a maximum that you can safely configure for your Tomcat server before things start getting out of control, which I assume is also governed by the resources of the machine it is running on.
I am trying to get an understanding of the size of maxThreads that people are using with success, is 1000 too big?
© Server Fault or respective owner