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

Andy has asked for the wisdom of the Perl Monks concerning the following question:

By using FastCGI (.fcgi) does that automaticaly increase the speed of a perl script or do you need to use FastCGI functions. FastCGI makes it so the perl script does not have to be compiled everytime it is run, no? Thanks in advance.