9c7c2b9fcb
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.
6 lines
383 B
Text
6 lines
383 B
Text
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.
|