GitHub explains their new architecture, having replace Mongrel with Unicorn (the hot new Ruby Web server all the kids are talking about). Even if you’re not deploying Rails applications, it’s interesting to read about how Unicorn’s process-based architecture beats Mongrel’s thread-based approach.