diff options
author | cube <cube> | 2004-10-28 21:04:16 +0000 |
---|---|---|
committer | cube <cube> | 2004-10-28 21:04:16 +0000 |
commit | b909111572cb7318a47bc39148b0305bedff4007 (patch) | |
tree | c2266415315aebf518c2919e9fb918024fd91456 /www/ap2-fastcgi/DESCR | |
parent | a53d400e9289a1bf8f99077f6daf0d630379b940 (diff) | |
download | pkgsrc-b909111572cb7318a47bc39148b0305bedff4007.tar.gz |
Initial import of ap2-fastcgi, version 2.4.2 into the NetBSD Packages
Collection.
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.
This package works with Apache version 2 series. In order to use FastCGI
with the version 1.3 series, use www/ap-fastcgi instead.
Diffstat (limited to 'www/ap2-fastcgi/DESCR')
-rw-r--r-- | www/ap2-fastcgi/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/ap2-fastcgi/DESCR b/www/ap2-fastcgi/DESCR new file mode 100644 index 00000000000..fd3d6e4652e --- /dev/null +++ b/www/ap2-fastcgi/DESCR @@ -0,0 +1,9 @@ +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. + +This package works with Apache version 2 series. In order to use FastCGI +with the version 1.3 series, use www/ap-fastcgi instead. |