speedy-cgi-perl 2.22-13build1 source package in Ubuntu

Changelog

speedy-cgi-perl (2.22-13build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Mon, 09 May 2011 00:09:40 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Niko Tyni
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
speedy-cgi-perl_2.22.orig.tar.gz 148.4 KiB 9021a5c6d8ed205422f091209addf7d1be27222adbcbd17bc52fbc527bcc6f98
speedy-cgi-perl_2.22-13build1.diff.gz 14.6 KiB d2480a409b307e70c525cc9177945bff876c3efd2185f2ba987ce8f65c59b850
speedy-cgi-perl_2.22-13build1.dsc 2.0 KiB fca80f30d7f2331cf0c9b3a4dcbd59c7cfc19664fec23d9f20c37b458b8e4ff7

Available diffs

View changes file

Binary packages built by this source

libapache2-mod-speedycgi: apache2 module to speed up perl scripts by making them persistent

 SpeedyCGI is a way to run perl scripts persistently, which usually makes
 them run much more quickly because it avoids the overhead of starting
 up a new perl interpreter and compiling the perl code.
 .
 This package provides an Apache2 module so that SpeedyCGI scripts can be run
 without the overhead of doing a fork/exec for each request. Please note that
 this package only works with Apache2's prefork MPM or the ITK MPM, as it is
 not thread-safe.

speedy-cgi-perl: speed up perl scripts by making them persistent

 SpeedyCGI is a way to run perl scripts persistently, which usually makes
 them run much more quickly because it avoids the overhead of starting
 up a new perl interpreter and compiling the perl code. It is also known
 as PersistentPerl: while its most common use is with CGI scripts, it can
 be used to speed up most perl programs.