Package : perl-CGI-SpeedyCGI > RPM : perl-CGI-SpeedyCGI-2.220.0-30.mga10.src.rpm

Basic items

Name perl-CGI-SpeedyCGI
Version 2.220.0
Release 30.mga10
URL https://metacpan.org/release/CGI-SpeedyCGI
Group Development/Perl
Summary Speed up perl scripts by running them persistently
Size 179KB
Arch aarch64
License GPLv3+

Description

SpeedyCGI is a way to run perl scripts persistently, which can make them run
much more quickly. A script can be made to to run persistently by changing the
interpreter line at the top of the script from:

to

After the script is initially run, instead of exiting, the perl interpreter is
kept running. During subsequent runs, this interpreter is used to handle new
executions instead of starting a new perl interpreter each time. A very fast
frontend program, written in C, is executed for each request. This fast
frontend then contacts the persistent Perl process, which is usually already
running, to do the work and return the results.

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2023-11-30 11:52:47
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie