mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
4c6a6ad71c
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
6 lines
377 B
Text
6 lines
377 B
Text
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.
|