Pound - HTTP Load Balancer and Reverse Proxy
Pound is a software HTTP Load Balancer and Reverse Proxy. Pound is a really simple server that forwards HTTP requests to the proper server or servers. You can set it up to have separate servers handle different types of content, or different parts of your web application (based on the url).
Pound can also provide sticky session based load balancing based on the value of a cookie, by a url param, by a HTTP authentication user, or by client IP address. So if you need to setup a load balanced CF application on a budget you can run this with two copies of CF Professional, or BlueDragon.
Like this? Follow me ↯
Tweet Follow @pfreitagPound - HTTP Load Balancer and Reverse Proxy was first published on September 10, 2004.
Comments
So could you in theory setup 20 free Bluedragon servers, and the use pound to do basic load balancing to each of them?
by jeff on 04/08/2006 at 12:09:18 PM UTC
Yes, you can setup multiple servers behind Pound and have the traffic load balanced.
Pound reverse proxy "how to"
http://calomel.org/pound.html
Pound reverse proxy "how to"
http://calomel.org/pound.html
by Calomel on 12/07/2007 at 12:24:30 PM UTC
Thankx