The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Mongrel's Going to Kill Webrick, Give It a Month

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Red Handed

Posts: 1158
Nickname: redhanded
Registered: Dec, 2004

Red Handed is a Ruby-focused group blog.
Mongrel's Going to Kill Webrick, Give It a Month Posted: Jan 23, 2006 5:17 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Red Handed.
Original Post: Mongrel's Going to Kill Webrick, Give It a Month
Feed Title: RedHanded
Feed URL: http://redhanded.hobix.com/index.xml
Feed Description: sneaking Ruby through the system
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Red Handed
Latest Posts From RedHanded

Advertisement

You’ve got to see for yourself this web server Zed Shaw is working on. He’s writing a competitor to Webrick which is serving at ten times its speed. A recent release is Mongrel 0.1.1. The API is still coming together, but the basics are etched.

Here’s some “meaningless” benchmarks from ruby-talk. Each requests the result of a “Hello”-puts’ing simple script.

 [Mongrel]
 % ab -n 10000 http://localhost:3000/test
 Requests per second:    660.20 [#/sec] (mean)

 [Webrick]
 % ab -n 10000 http://localhost:4000/test
 Requests per second:    37.90 [#/sec] (mean)

 [CherryPy]
 % ab -n 10000 http://localhost:8080/
 Requests per second:    164.92 [#/sec] (mean)

 [LuaWeb]
 % ab -n 10000 http://localhost:1080/hello
 Requests per second:    948.32 [#/sec] (mean)

 [httpd]
 % ab -n 10000 http://localhost/test.txt
 Requests per second:    1218.47 [#/sec] (mean)

 [lighttpd]
 % ab -n 10000 http://localhost:8888/test.txt
 Requests per second:    3652.30 [#/sec] (mean) 

Wow, LuaWeb is quick! For more on the server versions used and all that, see the thread for yourself.

Read: Mongrel's Going to Kill Webrick, Give It a Month

Topic: Fun With Job Trends Previous Topic   Next Topic Topic: Better Mailman list maintenance for RubyForge lists

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use