[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fast CGI



Peter Revesz schrieb:
> 
> Someone please tell me what is FastCGI  ?
>     Peter
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Peter Revesz, PhD,  e-mail: revesz@msc.cornell.edu
> 126 Bard Hall, Cornell Univ. Ithaca, NY 14852 USA
> phone: (607) 255-7179,       fax: (607) 255-2365,
> Web site:      http://www.msc.cornell.edu/~revesz
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Hi Peter,

FastCGI is a web server interface derivated from the CGI (Common Gateway 
Interface). It is designed for usage with a FastCGI application server,
where your CGI application is preloaded and ready to run when the web
server connects the FastCGI application. The advantage is to avoid the
load overhead (i.e. database connection) of your CGI program. Web servers
need a TCP-IP based interface for FastCGI. For detailed information
look at http://www.fastcgi.com/kit/doc/fastcgi-whitepaper/fastcgi.htm

But in my opinion FastCGI isn't a advisable starting point if you're
beginning with CGI programs. It is good for a production web server to
speed up CGI functionality.

-- 
with regards
Holger

---------------------------------------------------------
Holger 'Zimpel' Zimmermann    Contact me:
---------------------------------------------------------
Wendishain                    tel./fax company: on demand
Germany                       tel./fax private: on demand
---------------------------------------------------------
homepage: http://home.t-online.de/home/zimpel/
web server: surf to it from my homepage (online every
            Sunday 20:00-24:00 GMT, start shifted again)
e-Mail:     zimpel@t-online.de
--------------------------------------------------------