tag:social.sdf.org,2013:111910848795837526 Mark Gardner mjgardner social.sdf.org/@mjgardner/111...

@necrosis @gborn That depends on how much traffic the site gets. CGI is slower and uses more memory because it has to spawn a new process for every request. But servers in 2024 are faster and have more memory than those in 2006, so that might be enough to compensate.

httpd gives an additional boost if you use mod_cgid instead of mod_cgi: httpd.apache.org/docs/current/

Not enough? Install mod_perl and use its registry handler instead: perl.apache.org/docs/2.0/user/

apache perl mod_cgid - Apache HTTP Server Version 2.4
necrosis gborn apache perl
mod_cgid - Apache HTTP Server Version 2.4