Re: Coupling Plack/PSGI with mod_perl, or an alternate architecture?
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be3YCzcE+JwTXiFFT-vFxb6MPBk1xz6FmtzeBUiet8z-4w@mail.gmail.com> |
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. - Perrin