Godbach, 
Thanks for the quick reply and suggestions.
To enable multi-process mode does increase the capacity but limited by host NIC 
bandwidth.  Can HAProxy be scaled to multi-node to host the same traffic?

Thanks again,
Q.Xie



On Friday, December 6, 2013 1:24 AM, Godbach <[email protected]> wrote:
 
On 2013/12/6 14:00, Qingshan Xie 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,

You can enable multi-process mode for HAProxy by setting nbproc. The 
description of nbproc is as below:

nbproc <number>
Creates <number> processes when going daemon. This requires the "daemon"
mode. By default, only one process is created, which is the recommended 
mode of operation. For systems limited to small sets of file descriptors 
per process, it may be needed to fork multiple daemons. USING MULTIPLE 
PROCESSES IS HARDER TO DEBUG AND IS REALLY DISCOURAGED. See also "daemon".

-- 
Best Regards,
Godbach

Reply via email to