MESSAGE
DATE | 2020-12-20 |
FROM | Steven Lembark
|
SUBJECT | Re: [Hangout - NYLXS] suggestions for perl as web development
|
On Tue, 4 Aug 2020 19:59:01 -0500 Mithun Bhattacharya wrote:
> The question is move off to what ? I don't see alternatives being > shared which blows an apache+mod_perl setup out of the water.
(Sorry for being late on this...)
There are a variety of servers using Plack which can handle heavy loads and are both better documented and easier to manage than Apache. You can see a list at:
One big advantage to Plack is *not* having to become a walking encyclopedia of Apache2 internals. Shoving structs around was the only way we knew in the 80's, mod_perl was just an extension of "pass a struct" and keep going. Plack provides an abstraction that at least I find simpler to program with and things like Dancer2 give you the opportunity to munge the incoming request in all sorts of ways to handle messy situations. Beyond that take a look at the servers listed on Plack's website.
-- Steven Lembark Workhorse Computing lembark-at-wrkhors.com +1 888 359 3508 _______________________________________________ Hangout mailing list Hangout-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/hangout
|
|