Pound / Mongrel vs Apache / FastCGI etc.

I wrote up a post on installing Apache + Pound + mongrel_cluster at http://forums.rimuhosting.com/forums/showthread.php?t=389

My setup places Apache BEFORE Pound, so I’m only using pound for balancing my Rails apps, the rest (PHP, plesk, stats) is handled by Apache directly.

Been very happy with the performance and ease of configuration.

Best regards

Peter De Berdt

Do look into nginx + mongrel. I’ve been messing around with it recently and it’s really quite the system, and is the server that many Rails developers are turning to.

A couple of links regarding nginx and Rails

http://brainspl.at/articles/2006/08/23/nginx-my-new-favorite-front-end-for-mongrel-cluster http://blog.kovyrin.net/2006/08/22/high-performance-rails-nginx-lighttpd-mongrel/

http://errtheblog.com/post/3908

The short: nginx absolutely screams past Apache in benchmarks, is MUCH easier to configure and nearly as feature complete as Apache, with it’s own build in proxy balancing.

Heck, I’ve gotten nginx to proxy back to an Apache process for SVN access in very little time (nginx’s WebDAV plugin isn’t ready for SVN yet, but it’s getting there). Give it a try, it’s quite impressive.

Jason