Subject: CVS commit: pkgsrc/www/SpeedyCGI
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 06/22/2004 21:34:51
Module Name: pkgsrc
Committed By: adrianp
Date: Tue Jun 22 21:34:51 UTC 2004
Update of /cvsroot/pkgsrc/www/SpeedyCGI
In directory ivanova.netbsd.org:/tmp/cvs-serv16073
Log Message:
Import SpeedyCGI v2.22 from pkgsrc-wip
Ok'ed wiz@/snj@
SpeedyCGI is a way to run perl scripts persistently, which can make them run
much more quickly. A script can be made to to run persistently by changing
the interpreter line at the top of the script from:
#!${LOCALBASE}/bin/perl
to
#!${LOCALBASE}/bin/speedy
After the script is initially run, instead of exiting, the perl interpreter
is kept running. During subsequent runs, this interpreter is used to handle
new executions instead of starting a new perl interpreter each time. A very
fast frontend program, written in C, is executed for each request. This fast
frontend then contacts the persistent Perl process, which is usually already
running, to do the work and return the results.
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/www/SpeedyCGI/distinfo
N pkgsrc/www/SpeedyCGI/PLIST
N pkgsrc/www/SpeedyCGI/Makefile
N pkgsrc/www/SpeedyCGI/DESCR
N pkgsrc/www/SpeedyCGI/patches/patch-aa
No conflicts created by this import