Re: Tomcat Connections And Memory Usage

2004-12-03 Thread David Boyer
To answer the first part of your question, you can configure the number of request threads on a per-connector basis: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk2.html [EMAIL PROTECTED] 12/3/2004 1:55:39 PM

RE: Tomcat Connections And Memory Usage

2004-12-03 Thread Shapira, Yoav
Hi, You configure the number of request processing threads Tomcat allows. Because the Servlet Specification mandates that one request be served by one Servlet Container thread, this effectively controls the maximum number of concurrent clients Tomcat can serve. See the Connector documentation