civs
civs copied to clipboard
mod_perl
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.
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).
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.