On 5 avr. 2011, at 11:50, Tim Whittington wrote:
> 
> HTTP: use maxConnections. For keep alive situations, reduce
> maxConnections to something closer to maxThreads (the default config
> is 10,000 keepalive connections serviced by 200 threads with a 60
> second keepalive timeout, which could lead to some large backlogs of
> connected sockets that take 50 minutes to get serviced)

I think it was tc6 behavior, but it changed with tc7 : threads are now returned 
to the pool between requests, even with keep-alive connections.

Sylvain
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to