×
FastCGI is a binary protocol for interfacing interactive programs with a web server. It is a variation on the earlier Common Gateway Interface (CGI).
関連する質問

FastCGI

FastCGIとは、Webサーバ上でユーザプログラムを動作させるためのインタフェース仕様の一つである。CGIの問題を解決するためにOpen Market社によって1990年代中頃に開発されたもので、仕様は公開されている。 ウィキペディア
FastCGI is a fast, open, and secure Web server interface that solves the performance problems inherent in CGI, without introducing the overhead and complexity ...
2022/06/14 · The <fastCgi> element contains a collection of <application> elements, each of which creates a FastCGI application pool definition.
FPM (FastCGI Process Manager) is a primary PHP FastCGI implementation containing some features (mostly) useful for heavy-loaded sites. These features include:.
2023/08/03 · FastCGI. FCGI is a protocol for allowing programs to interact with a web server. It improves performance over CGI by using persistent processes ...
2023/07/19 · CGI vs FastCGI vs PHP-FPM · CGI: CGI stands for “Common Gateway Interface.” It is a standard protocol that defines how web servers can interact ...
The FastCGI implementation basically creates a bidirectional connection between two processes that have no relationship. FastCGI uses a single connection for ...
FastCGI is an open extension to CGI that is language independent and is a scalable architecture. FastCGI provides high performance and persistence without the ...
FastCGI is a protocol for interfacing interactive programs with a web server. FastCGI is a variation on the earlier Common Gateway Interface (CGI); FastCGI's ...