<p><br>
> It is relatively simple to distribute an application to a number of servers and use haproxy to switch ip's. What I can't figure out is how to switch make sure that the IP that points to ha-proxy can be moved easily if that machine fails ?<br>

><br>
You can use LVS as a load balancer. It will remove the dead system asap and automatically put it back on distribution when it become available again. <br>
> DNS round robin doesn't exactly work. I have a very limited understanding of BGP is it possible to do without BGP ?</p>
<p>Yes, but a major overkill.  BGP is ideal to load balance between two or more ISPs. Internally not a good solution. <br>
><br>
><br>
> Dave Cramer</p>