Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

Re: Supporting maximum number of keep-alive connections

David Rees

2006-03-17

Replies:

On 3/17/06, Rajeev Jha <jha.rajeev@(protected):
> Then, the other bottle-neck is, integrating with apache. If we run
> tomcat APJ APR and apache is the front end then apache would also be
> hard pressed to do 1024 keep-alive connections. I can try event MPM or
> worker modules. Does this look ok ?
>
> Active child processes - 32
> Server Limit - 64
> ThreadsPerChild - 32
> MaxClients - 1024

What's your ratio of Apache to Tomcat instances? You may want to look
into using squid as a reverse proxy to Tomcat, it is very good at
supporting a huge number of concurrent clients without having to spawn
a thread or process for each one.

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.