Re: suggestions for perl as web development language [EXT]

Steven Lembark <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Organization Workhorse Computing
Message-ID <[email protected]>
On Tue, 4 Aug 2020 19:59:01 -0500
Mithun Bhattacharya <[email protected]> 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:

    <https://plackperl.org/>

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
[email protected]
+1 888 359 3508
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.