Re: Re: Re: [haproxy] about least Connection problem

2011-09-29 Thread 강동주
hello. I already asked about least Connection Problem.. my answer is It is working well ( least Connection ) but i hava another problem that haproxy is starting to dynamically.. i think some configuration( like : A connection : 2000 to 0 ) is Restart , when haproxy is started to

Unsubscribe

2011-09-29 Thread Dan Cryer
Unsubscribe

Re: Unsubscribe

2011-09-29 Thread Cyril Bonté
Le jeudi 29 septembre 2011 10:28:54, Dan Cryer a écrit : Unsubscribe -- Cyril Bonté

Possibility to define internal redirect based on response header from a backend

2011-09-29 Thread Galfy Pundee
Hi all, I have two back ends - one serving fast python generated content and one serving fast static content. I would like from the python to send a response containing a header, for example X-Location-Intenal: http://only-internally-visible-url/folder/file.ext and then Haproxy to

RE: HAProxy 1.4.8 Tunning for load balancing 3 servers

2011-09-29 Thread John Lauro
I suggest you use balance leastconn instead of roundrobin. That way the weights effect the ratios, but they are not locked in. If a server clears connections faster than the others, it will get more requests... if it falls behind it will get less... Given that multiple factors impact how many

Re: HAProxy 1.4.8 Tunning for load balancing 3 servers

2011-09-29 Thread Mariusz Gronczewski
Hi, IMO 1st thing would be setting up some kind of monitoring (haproxy frontend/backend stats and also server load), and haproxy logging, this makes debugging easier. Also check if your benchmarking tool didnt max out CPU/bandwidth, and try to use multiple machines for that (then u can get stats

Re: Possibility to define internal redirect based on response header from a backend

2011-09-29 Thread Baptiste
Hi, This is currently not doable with HAProxy. cheers On Thu, Sep 29, 2011 at 4:33 PM, Galfy Pundee galfyo.pun...@googlemail.com wrote: Hi all,  I have two back ends - one serving fast python generated content and one serving fast static content. I would like from the python to send a

Re: Re: Re: [haproxy] about least Connection problem

2011-09-29 Thread Baptiste
Hi, Sorry, but I don't understand what you mean :) Can explain again please? cheers On Thu, Sep 29, 2011 at 8:16 AM, 강동주 jinjud...@gmail.com wrote: hello. I already asked about least Connection Problem.. my answer is   It is working well ( least Connection ) but i hava another problem