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.

Thursday, October 11, 2007

Multiuser Apache+PHP+mod_fastcgi setup

how to make apache talk to php via fastcgi over tcp