pkgsrc/www/fcgi/DESCR
tron 601d9dce20 Import new "fcgi" package: FastCGI application development kit
This package is based on the contribution made by Eric Gillespie Jr. in
PR pkg/14633.
2002-06-24 19:32:08 +00:00

12 lines
589 B
Text

FastCGI is an open extension to CGI that provides high performance for
all Internet applications without the penalties of Web server APIs.
FastCGI is designed to be layered on top of existing Web server APIs.
For instance, the mod_fastcgi Apache module adds FastCGI support to
the Apache server. FastCGI can also be used, with reduced
functionality and reduced performance, on any Web server that supports
CGI.
This FastCGI Developer's Kit is designed to make developing FastCGI
applications easy. The kit currently supports FastCGI applications
written in C/C++, Perl, Tcl, and Java.