Commit graph

4 commits

Author SHA1 Message Date
joerg
6858c8c673 Fix inline usage. 2012-05-04 16:36:10 +00:00
adrianp
698b5f12cc Fix to work with new perl
Patches from OpenBSD
2008-10-20 20:41:47 +00:00
adrianp
5da26dfeca Fix build on OS/X
PKGREVISION++
2007-11-22 23:00:39 +00:00
adrianp
46e0c638d3 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.
2004-06-22 21:34:50 +00:00