Aug 6 2010
The Processing of a Script in Web Server
One way to avoid the latency of CGI scripts is to keep them loaded and running all the time as a co-process. When the server needs the script to generate a page, it sends it a message and waits for the response. The first system to use co-processing was the FastCGI protocol, released by Open [...]