Monday, October 12, 2009

I like Unicorn because it's Unix

Unicorn is a "mostly pure-Ruby HTTP backend" using's Mongrel's HTTP parser but using a Unix prefork model to service requests. Interesting piece on how the Unix layer can doing the heavy lifting, via syscalls from Ruby.