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.
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.
To install p5.28-cgi-fast, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-cgi-fast
To see what files were installed by p5.28-cgi-fast, run:
port contents p5.28-cgi-fast
To later upgrade p5.28-cgi-fast, run:
sudo port selfupdate && sudo port upgrade p5.28-cgi-fast
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.