Re: Multiple Load Balancers, stick table and url-embedded session support

2010-12-09 Thread Hank A. Paulson
Please see the thread: need help figuring out a sticking method I asked about this, Willie says there are issues figuring out a workable config syntax for 'regex to pull the URL/URI substring' but (I think) that coding the functionality is not technically super-difficult just not enough hands

[PATCH] Potential issue in backend.c:assign_server()

2010-12-09 Thread Andreas Kohn
Hi, while trying to implement a feature to dynamically add/remove servers from a backend (patches for that in another mail soon) I found an odd line in assign_server(): s-prev_srv = s-prev_srv; Shouldn't this be s-prev_srv = s-srv? Or, am I missing something here? Regards, -- Andreas --

Re: Multiple Load Balancers, stick table and url-embedded session support

2010-12-09 Thread Jeffrey 'jf' Lim
On Thu, Dec 9, 2010 at 7:27 PM, Hank A. Paulson h...@spamproof.nospammail.net wrote: Please see the thread: need help figuring out a sticking method I asked about this, Willie says there are issues figuring out a workable config syntax for 'regex to pull the URL/URI substring' but (I think)

Re: [PATCH] Potential issue in backend.c:assign_server()

2010-12-09 Thread Willy Tarreau
Hi, On Thu, Dec 09, 2010 at 01:37:15PM +0100, Andreas Kohn wrote: Hi, while trying to implement a feature to dynamically add/remove servers from a backend (patches for that in another mail soon) I found an odd line in assign_server(): s-prev_srv = s-prev_srv; Shouldn't this be

Re: Adding/Removing servers for a backend without restarting haproxy

2010-12-09 Thread Willy Tarreau
Hi Andreas, On Thu, Dec 09, 2010 at 02:00:30PM +0100, Andreas Kohn wrote: Ok, attached a set of patches that allows an admin user to add and remove a server from an existing backend using the stats interface. The use-case we have for this is that we have a lot of servers that come and go

Re: Adding/Removing servers for a backend without restarting haproxy

2010-12-09 Thread Andreas Kohn
On Thu, 2010-12-09 at 14:28 +0100, Willy Tarreau wrote: Hi Andreas, On Thu, Dec 09, 2010 at 02:00:30PM +0100, Andreas Kohn wrote: Ok, attached a set of patches that allows an admin user to add and remove a server from an existing backend using the stats interface. The use-case we

Re: haproxy 1.4.10 with option http-pretent-keepalive is become very slow

2010-12-09 Thread Cyril Bont??
Hi, Le jeudi 9 d??cembre 2010 07:40:20, ?? a ??crit : My english is very poor. If nginx proxy server is front of haproxy server with option http-pretent-keeplive , the requests become very slow. But is normal of direct request to haproxy server . please help me. Changrong.zhou Can you

Re: Multiple Load Balancers, stick table and url-embedded session support

2010-12-09 Thread David
On 12/09/2010 08:27 PM, Hank A. Paulson wrote: Please see the thread: need help figuring out a sticking method I asked about this, Willie says there are issues figuring out a workable config syntax for 'regex to pull the URL/URI substring' but (I think) that coding the functionality is not

Re: Multiple Load Balancers, stick table and url-embedded session support

2010-12-09 Thread David
Hi Jeffrey, On 12/09/2010 10:13 PM, Jeffrey 'jf' Lim wrote: On Thu, Dec 9, 2010 at 7:27 PM, Hank A. Paulson h...@spamproof.nospammail.net mailto:h...@spamproof.nospammail.net wrote: Please see the thread: need help figuring out a sticking method I asked about this, Willie says