Apache Today: Persistent Perl on the Virtual Host | Linux Today

Apache Today: Persistent Perl on the Virtual Host

Written By
Web Webster
Web Webster
Sep 1, 2000

[ Thanks to KevinReichard for this link.
]

“One of the big problems with the Perl programming language
is that when executed there is a lag in performance due to the
actual perl interpreter starting up.
In addition, each process
starts another instance of the interpreter to handle the request.
This fact has long been known and many programs have been created
to keep the perl interpreter in memory, thereby avoid the startup
costs, and letting the script run at speeds that rival C and C++
programs.”

“The two most popular programs are mod_perl and FastCGI. Both
are free so why isn’t the average Web site owner using one of them?
One reason might be that both programs have hooks into the Web
server and running a bad application has the potential to bring
down the Web server. Most hosting companies will not let that
happen so they will not allow their users to access these
programs.”

“CGI::SpeedyCGI written by Sam Horrocks is just what the
doctor ordered to get your scripts running approximately 16 times
faster than normal. It can be installed using the PREFIX tag in the
Makefile command on virtual hosts.
The installation of this
module to a virtual host is different than installing a standard
module so be sure to read the installation instructions
closely.”

Complete
Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.