Re: Coupling Plack/PSGI with mod_perl, or an alternate architecture?

Tatsuhiko Miyagawa <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <CADGpoaMvp5t8ZQTnqJrCw_wxF6o7B=npm0Qtu7+09bg45YR75w@mail.gmail.com>
On Fri, Oct 12, 2012 at 12:26 PM, Perrin Harkins <[email protected]> wrote:
> On Wed, Oct 10, 2012 at 3:57 PM, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 <[email protected]> wrote:
>>> reasons to pick a mod_perl approach over a plack runner approach
>> Requires no proxying.
>
> Isn't Starman normally run with a proxy in front of it?  If not, it
> should be.  Otherwise, you'd be tying up large processes sending bytes
> to slow remote clients, just like you would with a standard mod_perl
> app.

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).



-- 
Tatsuhiko Miyagawa
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.