|
FastCGI
FastCGI builds on CGI by keeping the programs running that are serving requests. This means that FastCGI programs don't need to start up once for each request and hence run much faster than their CGI relatives. You can read all about FastCGI on the www.fastcgi.com web site. Just like regular CGI, FastCGI operates very well with most web servers and especially the very popular Apache web server. |
► Sign in to add a comment