The FastCGI or FCGI standard is an approach to a perceived flaw in the CGI standard: While in CGI the server spawns a new process for every page created via CGI, in FastCGI a long running process receives CGI requests over a Unix Domain or TCP socket from the web server.