summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Fast/DESCR
blob: 403775b7525bee670d161de1f3e62b7fe0720c1c (plain)
1
2
3
4
5
6
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.