Speeding Up Perl Scripts With SpeedyCGI/PersistentPerl On Debian Etch

59

Author: JT Smith

This tutorial shows how to install and use SpeedyCGI (also known as PersistentPerl) on a Debian Etch system. SpeedyCGI is a way to run Perl scripts persistently, which can make them run much more quickly. It keeps the Perl interpreter running, and during subsequent runs, this interpreter is used to handle new executions instead of starting a new Perl interpreter each time.

Link: howtoforge.com

Category:

  • Linux