summaryrefslogtreecommitdiffstats
path: root/perl-cpan/cgi-speedycgi/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'perl-cpan/cgi-speedycgi/DETAILS')
-rwxr-xr-xperl-cpan/cgi-speedycgi/DETAILS8
1 files changed, 5 insertions, 3 deletions
diff --git a/perl-cpan/cgi-speedycgi/DETAILS b/perl-cpan/cgi-speedycgi/DETAILS
index 061f65c99c..42ee211cd0 100755
--- a/perl-cpan/cgi-speedycgi/DETAILS
+++ b/perl-cpan/cgi-speedycgi/DETAILS
@@ -10,7 +10,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/CGI-SpeedyCGI-$VERSION
KEYWORDS="perl"
SHORT="Speed up perl scripts by running them persistently."
cat << EOF
-SpeedyCGI is a way to run perl scripts persistently, which can make them run much
+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:
#!/usr/bin/perl
@@ -19,7 +20,8 @@ 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
+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.
EOF