blob: 9d5d4ad4c947aa5dee4cc8ad4e89e3e66a62d177 (
plain)
1
2
3
4
5
6
7
8
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 1.3 series. In order to use FastCGI
with the version 2 series, use www/ap2-fastcgi instead.
|