Download List

專案描述

SpeedyCGI (aka PersistentPerl) is a way to run Perl scripts persistently, which usually makes them run much more quickly. Converting scripts to use SpeedyCGI is in most cases as simple has changing the interpreter line at the top of the script. After the script is initially run, instead of exiting, SpeedyCGI keeps the Perl interpreter running in memory. During subsequent runs, this interpreter is used to handle new requests, instead of starting a new Perl interpreter for each execution.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-03-30 14:49 Back to release list
2.11

This release fixes bugs relating to the new Group
option (exit was causing the whole interpreter to
exit), a bug where mod_speedycgi could run the
wrong script, and a bug where sh-bang options
could be mixed up between scripts. New features
include automated mod_speedycgi testing, a
workaround for a Solaris 2.5.1 bug that was
causing the mungefds and touch tests to fail, a
new variable $CGI::SpeedyCGI::i_am_speedy for a
quick way to check if the script is running under
speedycgi, and a few new methods:
add_shutdown_handler, shutdown_now, and
shutdown_next_time.
標籤: Minor bugfixes

Project Resources