1mod_fcgid is a high performance alternative to mod_cgi or mod_cgid,
2which starts a sufficient number instances of the CGI program to
3handle concurrent requests, and these programs remain running to
4handle further incoming requests. It is favored by the PHP developers,
5for example, as a preferred alternative to running mod_php in-process,
6delivering very similar performance.
7
8License: Apache License
9