Re: How do you use mod_perl for your web application?
"Cosimo Streppone" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 16 Jun 2011 06:01:03 +0200, Fred Moyer <[email protected]> wrote: > I'm interested in hearing about what application frameworks (Catalyst, > CGI::App, Mojolicious) are used here with mod_perl. A bit late to the party. In Opera we have lots of systems running modperl 2, ranging from 1 server to moderately large and critical apps. For the most part we use an in-house framework started many years ago. Recently we have seen two friendly factions struggling for power :), one moving towards Catalyst/DBIx/TT2 and another testing Plack/PSGI. Latest new project I deployed in production is a psgi single sign on server that uses Plack::Handler::Apache2. > ... emerging Perl based webservers on CPAN Yes, very interesting. I'm planning to compare raw modperl 2, Plack::Handler::Apache2 and starman for the same application and extract some performance data. > Performance of mod_perl2 has never been an issue to date Yeah, also wrt stability. For medium and large scale systems we usually deploy frontends as reverse proxies using any of apache, nginx, varnish, perlbal or pound. -- Cosimo