www/SpeedyCGI - The NetBSD Packages Collection

Speed up perl scripts by running them persistently

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:

    #!${PREFIX}/bin/perl

to

    #!${PREFIX}/lib/perl5/vendor_perl/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.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

lang/perl5 lang/perl5

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64SpeedyCGI-2.22nb17.tgz
NetBSD 10.0aarch64SpeedyCGI-2.22nb16.tgz
NetBSD 10.0aarch64SpeedyCGI-2.22nb17.tgz
NetBSD 10.0aarch64ebSpeedyCGI-2.22nb17.tgz
NetBSD 10.0aarch64ebSpeedyCGI-2.22nb17.tgz
NetBSD 10.0alphaSpeedyCGI-2.22nb17.tgz
NetBSD 10.0earmv6hfSpeedyCGI-2.22nb17.tgz
NetBSD 10.0earmv6hfSpeedyCGI-2.22nb16.tgz
NetBSD 10.0earmv6hfSpeedyCGI-2.22nb17.tgz
NetBSD 10.0earmv7hfSpeedyCGI-2.22nb17.tgz
NetBSD 10.0earmv7hfSpeedyCGI-2.22nb16.tgz
NetBSD 10.0earmv7hfSpeedyCGI-2.22nb17.tgz
NetBSD 10.0i386SpeedyCGI-2.22nb17.tgz
NetBSD 10.0i386SpeedyCGI-2.22nb17.tgz
NetBSD 10.0powerpcSpeedyCGI-2.22nb17.tgz
NetBSD 10.0vaxSpeedyCGI-2.22nb17.tgz
NetBSD 10.0x86_64SpeedyCGI-2.22nb17.tgz
NetBSD 10.0_BETAx86_64SpeedyCGI-2.22nb17.tgz
NetBSD 8.0i386SpeedyCGI-2.22nb17.tgz
NetBSD 8.0i386SpeedyCGI-2.22nb16.tgz
NetBSD 8.0i386SpeedyCGI-2.22nb17.tgz
NetBSD 8.0powerpcSpeedyCGI-2.22nb16.tgz
NetBSD 8.0powerpcSpeedyCGI-2.22nb17.tgz
NetBSD 8.0powerpcSpeedyCGI-2.22nb17.tgz
NetBSD 8.0x86_64SpeedyCGI-2.22nb17.tgz
NetBSD 8.0x86_64SpeedyCGI-2.22nb16.tgz
NetBSD 8.0x86_64SpeedyCGI-2.22nb17.tgz
NetBSD 9.0aarch64SpeedyCGI-2.22nb17.tgz
NetBSD 9.0aarch64SpeedyCGI-2.22nb16.tgz
NetBSD 9.0aarch64SpeedyCGI-2.22nb17.tgz
NetBSD 9.0alphaSpeedyCGI-2.22nb16.tgz
NetBSD 9.0alphaSpeedyCGI-2.22nb17.tgz
NetBSD 9.0earmSpeedyCGI-2.22nb16.tgz
NetBSD 9.0earmv6hfSpeedyCGI-2.22nb17.tgz
NetBSD 9.0earmv6hfSpeedyCGI-2.22nb16.tgz
NetBSD 9.0earmv6hfSpeedyCGI-2.22nb17.tgz
NetBSD 9.0earmv7hfSpeedyCGI-2.22nb17.tgz
NetBSD 9.0earmv7hfSpeedyCGI-2.22nb16.tgz
NetBSD 9.0earmv7hfSpeedyCGI-2.22nb17.tgz
NetBSD 9.0i386SpeedyCGI-2.22nb17.tgz
NetBSD 9.0i386SpeedyCGI-2.22nb17.tgz
NetBSD 9.0mips64ebSpeedyCGI-2.22nb16.tgz
NetBSD 9.0powerpcSpeedyCGI-2.22nb17.tgz
NetBSD 9.0powerpcSpeedyCGI-2.22nb16.tgz
NetBSD 9.0powerpcSpeedyCGI-2.22nb16.tgz
NetBSD 9.0powerpcSpeedyCGI-2.22nb17.tgz
NetBSD 9.0sh3elSpeedyCGI-2.22nb16.tgz
NetBSD 9.0sparc64SpeedyCGI-2.22nb16.tgz
NetBSD 9.0sparcSpeedyCGI-2.22nb16.tgz
NetBSD 9.0x86_64SpeedyCGI-2.22nb17.tgz
NetBSD 9.0x86_64SpeedyCGI-2.22nb17.tgz
NetBSD 9.3x86_64SpeedyCGI-2.22nb17.tgz
NetBSD 9.3x86_64SpeedyCGI-2.22nb17.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.