On 3/17/06, David Rees <[EMAIL PROTECTED]> wrote:
> On 3/17/06, Rajeev Jha <[EMAIL PROTECTED]> wrote:
> > 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.

But pushing dynamic content with squid? I doubt it will work. However,
squid is using select reads instead of tomcat's blocking reads, and
could reduce the number of threads, but I have seriously doubts with
keepalives, have you actually tested it? :-)



>
> -Dave
>
Leon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to