summaryrefslogtreecommitdiff
path: root/www/SpeedyCGI
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-23 08:26:03 +0000
committerrillig <rillig@pkgsrc.org>2005-05-23 08:26:03 +0000
commitf795c2e4750a21c358eb4eba83184326b68adce0 (patch)
treea88b53a484071e09249ef5ae57e9f69b5ffb0a67 /www/SpeedyCGI
parentc7051d394905450b08f91eb4b95f8961b2af4385 (diff)
downloadpkgsrc-f795c2e4750a21c358eb4eba83184326b68adce0.tar.gz
Removed trailing white-space.
Diffstat (limited to 'www/SpeedyCGI')
-rw-r--r--www/SpeedyCGI/DESCR20
1 files changed, 10 insertions, 10 deletions
diff --git a/www/SpeedyCGI/DESCR b/www/SpeedyCGI/DESCR
index 5570bd1308c..393758e7258 100644
--- a/www/SpeedyCGI/DESCR
+++ b/www/SpeedyCGI/DESCR
@@ -1,16 +1,16 @@
-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:
+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:
#!${LOCALBASE}/bin/perl
-to
+to
#!${LOCALBASE}/bin/speedy
-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.
+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.