RE: Tomcat 5.5 and keep-alive and http connector

2008-04-03 Thread Caldarale, Charles R
> From: Andrew Miehs [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5 and keep-alive and http connector > > Does tomcat > a) Assign a connection to a single thread and only use this > thread for the connection until the connection is closed? >or > b) Assign a

Re: Tomcat 5.5 and keep-alive and http connector

2008-04-03 Thread Andrew Miehs
On 02/04/2008, at 6:02 PM, Andrew Miehs wrote: On 02/04/2008, at 5:51 PM, Caldarale, Charles R wrote: It appears that the chart at the bottom of the above page answers your question, unless I'm misreading it. Since there is no NIO connector in 5.5, it looks like you'll need a very large m

Re: Tomcat 5.5 and keep-alive and http connector

2008-04-02 Thread Andrew Miehs
On 02/04/2008, at 5:51 PM, Caldarale, Charles R wrote: From: Andrew Miehs [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5 and keep-alive and http connector The only thing I could find related to this was from the Tomcat 6.0 documentation on http://people.apache.org/~fhanik/http.html It appears

RE: Tomcat 5.5 and keep-alive and http connector

2008-04-02 Thread Caldarale, Charles R
> From: Andrew Miehs [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5 and keep-alive and http connector > > The only thing I could find related to this was from the > Tomcat 6.0 documentation on > http://people.apache.org/~fhanik/http.html It appears that the chart at the b

Tomcat 5.5 and keep-alive and http connector

2008-04-02 Thread Andrew Miehs
Dear List, How does enabling keep-alives effect the number of threads required by tomcat? Assuming: maxKeepAliveRequest = -1 1000 online users - each with 2 connections Does this mean that I will have 2000 threads open - one per connection? ie: Is the the connection assigned a thread u