Home > Blog, Linkage > Thin: A Ruby HTTP Daemon That’s Faster Than Mongrel

Thin: A Ruby HTTP Daemon That’s Faster Than Mongrel

January 11th, 2008

Thin is a new Web server / daemon written in Ruby by Marc-AndrĂ© Cournoyer that uses the EventMachine, Rack, and Mongrel libraries. EventMachine makes it super fast at processing network I/O, Rack makes it easy to integrate with existing Ruby Web app frameworks, and Mongrel helps it parse HTTP. So, yes, the title is slightly misleading. Thin actually relies on Mongrel, but is ultimately faster than it, even against Mongrel’s EventMachine-enhanced guise.

You can get started with Thin with a simple sudo gem install thin and then you can use it with any Rack supporting Web app / framework. With a Rails app, for example, a simple thin start in the base directory will get things moving.

Please share the love of this post by bookmarking it, and sharing it with others. Thanks!

  • Digg
  • del.icio.us
  • description
  • Reddit
  • Facebook
  • E-mail this story to a friend!
  • TwitThis

  1. No comments yet.
  1. No trackbacks yet.