andrewcmyers / civs

Condorcet Internet Voting System
http://civs1.civs.us
MIT License
86 stars 28 forks source link

mod_perl #9

Open andrewcmyers opened 8 years ago

andrewcmyers commented 8 years ago

CIVS should really be upgraded to work with mod_perl. That should significantly improve its performance because the Perl interpreter won't need to keep reparsing the scripts.

alexm commented 7 years ago

Have you considered using Plack instead? With Plack you have plenty of support for many HTTP servers (including Apache, if that's what you'd like).

andrewcmyers commented 7 years ago

I don't have a strong opinion about this, except that I would like to keep it simple and I also like to stick to underlying software packages that have been around for at least 5-10 years.