On Sun, Oct 14, 2012 at 2:56 PM, Tatsuhiko Miyagawa <miyag...@gmail.com> wrote:
> I think Lars meant no proxy required with *mod_perl* rather than plack
> stuff, but yes, Starman is recommended to put behind proxy otherwise
> your precious worker process is bound to slow networked clients, and
> gets even worse if you run Starman with keepalive support (which you
> can turn off with the options).

I would just add that a proxy is always recommended in front of
mod_perl for the same reasons.  It also cuts down on the number of DBI
handles you have open if you're using persistent connections.

- Perrin

Reply via email to