Thanks Alciato, it seems to be pretty portable so far, so the inclusion of the small C extension isn't such a bad idea. One thing though--and I'm just picking nits though--Siege is a really bad tool for performance testing. Try out httperf or even apachebench since they give much more accurate statistics. Also, you'll want to run many more requests. It takes 10000 on my machine to get a stable performance characteristics. Anyway, thanks for the feedback and watch for more. Zed A. Shaw http://www.zedshaw.com/ On Jan 20, 2006, at 8:43 AM, Alciato wrote: > Compiles and run without problems under fedora core4 (with an AMD 800 > Mhz 500M Ram) > > siege -u http://localhost:3000/test -d1 -r10 -c25 > > mongrel > _______ > > Elapsed time: 8.22 secs > Data transferred: 0.00 MB > Response time: 0.01 secs > Transaction rate: 30.41 trans/sec > Concurrency: 0.20 > Longest transaction: 0.12 > Shortest transaction: 0.00 > > webwrick > ________ > > Elapsed time: 10.99 secs > Data transferred: 0.00 MB > Response time: 0.20 secs > Transaction rate: 22.75 trans/sec > Concurrency: 4.53 > Longest transaction: 3.17 > Shortest transaction: 0.01 > > -- > Posted via http://www.ruby-forum.com/. >