[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: FastCGI ... missing link

Zev Blut

11/19/2004 4:58:00 AM

Hello,

On Fri, 19 Nov 2004 00:20:58 +0900, Mohammad Khan <mkhan@lextranet.com>
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.f...)
>
> So, I prefer to use fastcgi.

Are you still looking for the package?
If so get it from http://raa.ruby-lang.org/pro...

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