RE: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-18 Thread Feng Xie \(fxie\)
is will no longer necessarily be the case. It will be possible for Tomcat to handle many (and the value of 'many' is heavily dependent on what your app does :) more socket connections than the configured maxThreads. "Feng Xie (fxie)" <[EMAIL PROTECTED]> wrote in message ne

configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-17 Thread Feng Xie \(fxie\)
I like to get some help on how to configure the maximum number of connections could be supported by Tomcat5.0. There is one config attribute called "maxThreads", according to Tomcat doc, which is " The maximum number of request processing threads to be created by this Connector, which therefor

configure HTTP1.1 pipline depth on Tomcat 5.0

2005-06-16 Thread Feng Xie \(fxie\)
Hi, Is there any way to configure HTTP1.1's persistent connection's pipeline length on Tomcat 5.0 ? By pipeline length, I mean the number of HTTP request could be sent by the HTTP/1.1 client before it gets back the first response. Thanks in advance, Feng