FastCGI¶
CGI stands for fast CGI, so fast Common Interface Gateway. It is a protocol, built on top of CGI. Unlike CGI, fastCGI has persistent processes that can handle more than one request before being destroyed. It also implements multiplexing.
PHP may be build as a fast CGI, in the php-fpm demon.
Related : PHP-FPM (FPM), Common Interface Gateway (CGI), Command Line Interface (CLI)