Path to this page:
Subject: CVS commit: pkgsrc/www/p5-CGI-Fast
From: Thomas Klausner
Date: 2014-06-01 00:20:08
Message id: 20140531222008.6AC6296@cvs.netbsd.org
Log Message:
Import p5-CGI-Fast-2.01 as www/p5-CGI-Fast.
CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
specialized to work with the FCGI module, which greatly speeds up
CGI scripts by turning them into persistently running server
processes. Scripts that perform time-consuming initialization
processes, such as loading large modules or opening persistent
database connections, will see large performance improvements.
Files: