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)