Re: Client Stickiness with Roundrobin Algorithm

2012-04-18 Thread Baptiste
Hi Amit, Yes, it is possible to stick a client to a server based on the TCP payload. The only drawback of this way of working, is that the information used for stickyness must always be found at the same place. This is how HAProxy works when doing persistence based on the SSLID. Note that the

Client Stickiness with Roundrobin Algorithm

2012-04-17 Thread Amit More
Hello All, I have set up HAProxy (version 1.3.22 on Ubuntu Server 10.04 64-bit) with source as the load balancing algorithm and it works fine. I was wondering if i could configure HAProxy to use roundrobin with client timeout. What i mean is that the client should be timed out after some

Re: Client Stickiness with Roundrobin Algorithm

2012-04-17 Thread Baptiste
On Wed, Apr 18, 2012 at 2:12 AM, Amit More am...@xetus.com wrote: Hello All, I have set up HAProxy (version 1.3.22 on Ubuntu Server 10.04 64-bit) with source as the load balancing algorithm and it works fine. I was wondering if  i could configure HAProxy to use roundrobin with client