George Moschovitis wrote: > Whats makes this performance difference more amazing is that I used the > pure-ruby fcgi library. I 'll try again with the C-version library > later. hm, what are you doing that you only get 30 req/sec? On my Centrino 1300 laptop, I got 333 req/sec with a simple static WEBrick filehandler (3728 bytes), and still 85 req/sec when using Wee to render the same page, and 165 req/sec just for the action phase in Wee (the real req/sec is of course 1/(1/85 + 1/165) = 56 ). Regards, Michael