FastCGI

FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. FastCGI is a variation on the Common Gateway Interface (CGI). Rather than being a specific API, it is a specification for communication between a Web server and an application. The specification defines how an … Read more