public marks

PUBLIC MARKS from falko with tags "debian etch" & perl

14 September 2007 08:45

Speeding Up Perl Scripts With SpeedyCGI/PersistentPerl On Debian Etch | HowtoForge - Linux Howtos and Tutorials

(via)
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.