Perl in shared hosting environments

Leo Lapworth leo at cuckoo.org
Wed Sep 21 11:38:36 BST 2011


<snip>

On 21 September 2011 11:21, Dirk Koopman <djk at tobit.co.uk> wrote:
>
>  For what it is worth, I stopped using mod_perl (as well as Apache) several
> years ago and moved onto other webservers and FastCGI.
>

As long as your not completely integrated to mod_perl hooks, e.g. your
mostly using it for precompile speed up...

Check out Plack:

http://plackperl.org/   - https://metacpan.org/module/Plack

http://blog.plackperl.org/2011/08/plack-basics-for-perl-websites-yapceu-2011.html

Then you can switch between mod_perl / FastCGI / Starman / Twiggy to your
hearts content (we found Starman is REALLY fast).

You also get a lot (160+ modules) of nice middleware available.

Welcome to the future :)

Leo


More information about the london.pm mailing list