libapache-mod-speedycgi | apache module to speed up perl scripts by making them persistent | Mehr ...
SpeedyCGI is a way to run perl scripts persistently, which usually makes them run much more quickly because it avoids the overhead of starting up a new perl interpreter and compiling the perl code. . This package provides an Apache module so that SpeedyCGI scripts can be run without the overhead of doing a fork/exec for each request.
libapache2-mod-speedycgi | apache2 module to speed up perl scripts by making them persistent | Mehr ...
SpeedyCGI is a way to run perl scripts persistently, which usually makes them run much more quickly because it avoids the overhead of starting up a new perl interpreter and compiling the perl code. . This package provides an Apache2 module so that SpeedyCGI scripts can be run without the overhead of doing a fork/exec for each request. Please note that this package only works with Apache2's prefork MPM or the ITK MPM, as it is not thread-safe.
speedy-cgi-perl | speed up perl scripts by making them persistent | Mehr ...
SpeedyCGI is a way to run perl scripts persistently, which usually makes them run much more quickly because it avoids the overhead of starting up a new perl interpreter and compiling the perl code. It is also known as PersistentPerl: while its most common use is with CGI scripts, it can be used to speed up most perl programs.