diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
commit | 431e7a7ddad1a9e4611e8e6d4b744301d3730458 (patch) | |
tree | f392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/ap-fastcgi/DESCR | |
parent | c72c1cf5f95cbe537b005028f1743cddb16ef203 (diff) | |
download | pkgsrc-431e7a7ddad1a9e4611e8e6d4b744301d3730458.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/ap-fastcgi/DESCR')
-rw-r--r-- | www/ap-fastcgi/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/ap-fastcgi/DESCR b/www/ap-fastcgi/DESCR new file mode 100644 index 00000000000..a5236bf1454 --- /dev/null +++ b/www/ap-fastcgi/DESCR @@ -0,0 +1,6 @@ +FastCGI provides a high-performance alternative to CGI for writing Web +server applications in a variety of languages, including Perl, C, C++, +Java, and Python. FastCGI gets its speed by having keeping application +processes running between requests. So, unlike CGI, you do not have the +overhead of starting up a new process and doing application initialization +(e.g. connecting to a database) each time somebody requests a document. |