Tagged Questions
7
votes
2answers
2k views
mod_perl vs mod_fastcgi
I'm developing a web app in Perl with some C as necessary for some heavy duty number crunching. The main problem I'm having so far is trying to decide if I should use mod-perl, mod-fastcgi or both to ...