Fast CGI
FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. This standard was developed to address some shortcomings of the CGI protocol. The main improvement is that a single spawned process can process more than one request. There is an Apache module that implements the Fast CGI protocol and libraries for Tcl, Perl etc.

















