CGI Interface for Fast CGI
http://search.cpan.org/dist/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.
- Sources inherited from project devel:languages:perl
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Tomcat42/perl-CGI-Fast && cd $_
- Create Badge
Refresh
Refresh
Comments 4
Please submit this to Factory. It's needed by munin.
One problem is that https://build.opensuse.org/projects/openSUSE:Factory/packages/FastCGI/files/FastCGI.spec?expand=1 includes
%package -n perl-FCGI
, and that package is not maintained in devel:languages:perl, so I have to branch that one and get the right version in there...There is also https://build.opensuse.org/package/show/devel:languages:perl/perl-FCGI so there are 2 packages providing perl-FCGI.
There is a temporary workaround prepared: https://build.opensuse.org/request/show/1206336