On 2009-03-17, Joseph Hardeman <[email protected]> wrote: > > John is right, the way to do this is to use either heartbeat or > keepalive and fail over a VIP to a secondary machine in case the first > has issues. Make sure your haproxy files are identical and then test > the failover.
I would use one VIP bound to each server, and use round-robin DNS to distribute the load over them. And with cookies for pinning it shouldn't matter to the clients which VIP it reaches. -jf

