Re: Haproxy Load-Balance Scaling

2014-03-09 Thread Xie Qingshan
Godbach, 
Thanks for your quick reply and suggestions.
To enable multi-process mode can scale on a single node but limited by
the bandwidth of the host Network Interface.  Could HAProxy be scaled
horizontally, or HAProxy scale to multi-nodes instead of multi-process?

Q.Xie  

在 13-12-6 上午1:24, Godbach nylzhao...@gmail.com 写入:

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





HAPROXY Load-Balance Scaling

2014-03-09 Thread Xie Qingshan
Not sure if the subject was already discussed, I'd like to hear the
advices/suggestions from experts.

If a single HAProxy as load-balancer could not handle the high-load
traffic due to limited bandwidth or capacity, how to scale multiple
HAProxy instances to serve the load-balance?

Thanks, Q.Xie






about HAProxy 1.5

2014-03-09 Thread Xie Qingshan
Hello Willy, 

Is there a timeline of v1.5 stable version release?
Is it CPU load high if v1.5 enables SSL termination?

Thanks, Q.Xie





subscribe

2014-03-09 Thread Xie Qingshan