http://www.perlmonks.org?node_id=772915


in reply to Re^3: Perl 6 and Web Development
in thread Perl 6 and Web Development

FastCGI is about as old as mod_perl, but it works and you can use it today on the majority of ISPs.

Which would you recommend, FastCGI or mod_perl?

Replies are listed 'Best First'.
Re^5: Perl 6 and Web Development
by perrin (Chancellor) on Jun 19, 2009 at 06:21 UTC
    Funny you should ask. I'm giving a talk about that at YAPC::NA and OSCON this summer. Both work well, and the reasons to choose one over the other can be subtle. I've had great experiences using mod_perl on large sites, but if you need super-cheap hosting or don't want to admin your own server, you should look at FastCGI.