[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Re: Pure Ruby FastCGI performance bug?

Zev Blut

11/19/2004 4:37:00 AM

Hello,

This is a reply to a post I made long ago from
[ruby-talk:99910]

MoonWolf updated the fcgi library to 0.8.5 about a month ago.
It appears that Minero Aoki did some work on the pure Ruby
implementation. So, I have rerun the test code I posted and it
appears that the fixes have removed the performance problem!
Hopefully, it works on other environments too.

Great going!

Cheers,
Zev


1 Answer

Aredridel

11/19/2004 6:15:00 PM

0

> MoonWolf updated the fcgi library to 0.8.5 about a month ago.
> It appears that Minero Aoki did some work on the pure Ruby
> implementation. So, I have rerun the test code I posted and it
> appears that the fixes have removed the performance problem!
> Hopefully, it works on other environments too.
>
> Great going!

It's defintately an improvement, but I'm still seeing a hang at the
end of scripts, where the webserver hangs for many seconds waiting for
data, then times out. The page gets sent to the browser, but the
connection is never closed, making apps block for a long time. Anyone
seeing this with 0.8.5?