summaryrefslogtreecommitdiffstats
path: root/network/mod_fcgid/README
blob: dbe2edc51cf1533d95d0c4c7e87c3952a9344cc7 (plain)
1
2
3
4
5
6
mod_fcgid is a high performance alternative to mod_cgi or mod_cgid,
which starts a sufficient number instances of the CGI program to
handle concurrent requests, and these programs remain running to
handle further incoming requests. It is favored by the PHP
developers, for example, as a preferred alternative to running
mod_php in-process, delivering very similar performance.