mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
10 lines
567 B
Plaintext
10 lines
567 B
Plaintext
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.
|