From: Zev Blut Date: 2004-11-19T13:58:04+09:00 Subject: Re: FastCGI ... missing link Hello, On Fri, 19 Nov 2004 00:20:58 +0900, Mohammad Khan wrote: > fcgi and fastcgi is not same. > fcgi written by MoonWolf and current status is 'usable'. > On the other hand fastcgi written by Eli Green and current status is > 'stable'. Moreover, fastcgi is reffered by the homepage of FastCGI > (http://www.fastcgi.com) > > So, I prefer to use fastcgi. Are you still looking for the package? If so get it from http://raa.ruby-lang.org/project/fcgi/ Actually, this package hosted by MoonWolf contains both the C implementation fcgi and the pure Ruby implementation (fastcgi by Eli Green) of the FastCGI protocol. I have used the C implementation for about 2 years now and would dare to say that the C version is stable. Although, the pure Ruby implementation is certainly easier to get installed as you can skip a compile step. I hope that helps. Best, Zev