> I realise that KeepAlives are discouraged in combination with mod_perl.
>
> However, for a project I'm working on, I would like to try to have
> KeepAlive On to allow for _very_ quick response times.  I can set the

Theo Schlossnagle at his talk (ApacheCon) yesterday has shown a setup
where one uses Keep-Alives with mod_perl, where mod_backhand is used at
the front end, instead of mod_proxy/squid. Basically the mod_perl
processes keep a constant connection to the front end server and
mod_backhand uses those connections as a pool. Check out
http://www.backhand.org/mod_backhand/.

I'm planning to add a section on this topic to the guide, but since I'm
busy working on finishing the book it might take a while before I get to
actually do it. So if anyone can write about it beforehand, that would be
really cool to have. Thanks!

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


Reply via email to