FastCGI
From Biocrawler, the free encyclopedia.
FastCGI is an extention to CGI that increases speed. Instead of creating a new process every time a page is reloaded, FastCGI will use the same process, queuing up requests. This increases startup speed, at the expense of forcing users to wait for the previous requests to finish. FastCGI also allows programs to get the web server to do certain operations, like reading in a file, before the request is handed over.
[edit]
External link
- Main Site (http://www.fastcgi.com)

