|
About:
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.
Author:
Sam Horrocks [contact developer]
Homepage:
http://daemoninc.com/SpeedyCGI/
Mailing list archive:
http://lists.sourceforge.net/lists/listinfo/speedycgi-users/
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.24/10.00
(Rank N/A)
» Vitality: 0.01% (Rank 6043)
» Popularity: 0.60% (Rank 9970)

(click to enlarge graphs)
Record hits: 6,697
URL hits: 3,649
Subscribers: 12
|
|
Branches
Comments
[»]
mod_perl
by Sam Horrocks - Sep 26th 2000 14:14:33
SpeedyCGI runs outside the web-server, not inside, so
it can't harm the web-server. It also works on any webserver that
supports CGI - not just apache. It's a little more compatible with CGI
than mod_perl (you get real stdio
files for example). Also, speedycgi can be installed by anyone - it
doesn't require administrator access to the webserver.
[reply]
[top]
[»]
mod_perl
by blob - Sep 11th 2000 08:15:23
Am I missing the point or dosen't mod_perl already do this.
-- Ian Kirk
[reply]
[top]
[»]
Re: mod_perl
by owls - Apr 17th 2002 10:16:57
> Am I missing the point or dosen't
> mod_perl already do this.
yes. the point is that, believe it or not, not everyone is running
apache.
[reply]
[top]
|