Birds of a Fiber: A look at Falcon, a modern asynchronous web server for Ruby
Falcon aims to increase throughput of web applications by using Ruby’s Fibers to continue serving requests while other requests are waiting on IO (ActiveRecord queries, network requests, file read/write, etc).