This post originated from an RSS feed registered with Java Buzz
by Brian McCallister.
Original Post: Load Balancing Web Apps
Feed Title: Waste of Time
Feed URL: http://kasparov.skife.org/blog/index.rss
Feed Description: A simple waste of time and weblog experiment
A while back the Cocooners strongly suggested using mod_proxy and mod_rewrite to handle load-balancing in front of web applications. It works well, but, well... Pound works even better. The Apache Web Server rocks, it really does, but it is not really designed to be a load balancer. Pound is, and it shows. I'd give a short pound tutorial equivalent to the mod_proxy and mod_rewrite tutorial Pier provided, except that since proxied load balancing is all pound does, its docs are well up to the task =)