Webrick as production server vs. Thin or Unicorn?

A couple important reasons it’s written in Ruby (see http://github.com/ruby/ruby/tree/trunk/lib/webrick) Edited it doesn’t have many features that a production website usually needs, like multiple workers (in particular, pre-forking, life cycle management, asynchronous handling, etc), redirects, rewriting, etc When I mention redirects/rewrites, I’m referring to the fact that using Webrick, you have to handle rewrites at … Read more