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

MzScheme interface for the FastCGI




MzScheme interface for the FastCGI. 
-----------------------------------

The Scheme interface allows to write FastCGI scripts in MzScheme.
FastCGI is an extension of CGI. FastCGI programs run as servers processing
CGI requests. FastCGI programs have lower overhead of program loading and 
execution environment initialization than CGI programs, because they don't
have to restart for each new request. A FastCGI program can be run on the same
host as the web server, or on a different one. FastCGI interface is very 
similar to CGI and migration of existing CGI programs to FastCGI is simple.
The Scheme interface and the FastCGI protocol implementation are written in 
Scheme. The FCGI Development Kit is not used.

The source code can be downloaded from 
ftp://ftp.jet.msk.su/pub/ilia/mzscheme/fastcgi.tgz

For more information about FastCGI see http://www.fastcgi.com
For more information about MzScheme see 
http://www.cs.rice.edu/CS/PLT/packages/mzscheme

Ilia