Speeding Up Perl Scripts With SpeedyCGI/PersistantPerl On Debian Etch
September 12th, 2007
View original post
Speeding Up Perl Scripts With SpeedyCGI/PersistantPerl On Debian Etch
This tutorial shows how to install and use SpeedyCGI
(also known as PersistantPerl) 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.
Related posts
View source postFiled under Debian |
Leave a Reply