in reply to
Improving Perl Speeds in Apache
Use a persistent Perl engine like mod_perl, FastCGI, or SpeedyCGI. Read the performance tuning documentation for mod_perl. Profile your code, find the slow parts, and fix them.
Comment on
Re: Improving Perl Speeds in Apache
In Section
Seekers of Perl Wisdom