Tomcat Config settings - acceptCount, bufferSize, max/maxProcessors,
843835Feb 28 2003 — edited Mar 3 2003I'm trying to configure Tomcat for best performance. I've singled out the HTTP Connector attributes: acceptCount, bufferSize, max/maxProcessors (as well as 'reloadable' for context) as potential ones to toggle with. Please relate your experience with the above attributes and possibly recommend the settings.
I know the defaults, and have read the standard documentation at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html . But I find it generic and have not been able to find specific answers.
I'm running a single webapp from tomcat 4.1. All the "servlets" are JSPs that use classes for server-side. Ratio of JSP/.class is about 3/1 [ if this matters at all]. The website could be hit by anywhere from 5 - 100 users at any time, for approx. 20-30 minutes each.
Please let me know if you need other things about my system to provide a better answer.
Thank you.