FastCGI

Back to Production-Engineering/NGINX

Variation of Common Gateway Interface, aimed to reduce overhead associated with interfacing the web server and CGI programs. Allows the server to handle more requests.

FastCGI is a cluster of workers that processes requests from NGINX

diagram