On Fri, Dec 6, 2013 at 7:00 AM, Qingshan Xie <[email protected]> wrote: > Hello Experts, > not sure if this subject was already discussed or not, like to hear the > advices and suggestions. > If a single HAProxy instance as a load-balancer could not handle the > high-load traffic, how to scale multiple instances as a group of > load-balancers to handle the high-load? > > Thanks, Q.Xie
Hi , First, please stop sending HTML message. You can Load-Balance your HAProxy servers using LVS, which is more or less a packet forwarder. It's dumb but very fast and can sustains millions of connections (since it manages only packets, it requires much less memory than HAProxy). Baptiste

