Re: HAProxy Performance test

2012-04-18 Thread Saifuddin Kaijar
Hi Willy, Thanks once again for your previous suggestion about running haproxy in multiple core. Now I am able to run it. And also performance is got increase. I have some more doubt that I want to share with you. For my test with HAProxy I am using *httperf *in client side and *lighttpd*

Re: Frontend outgoing bandwidth limit and concurrent source IP limit

2012-04-18 Thread Igor
Thanks all. Hope we will see 1.6-dev1 soon :D Bests, -Igor On Wed, Apr 18, 2012 at 1:40 PM, Willy Tarreau w...@1wt.eu wrote: On Wed, Apr 18, 2012 at 05:39:24AM +0200, Baptiste wrote: Hi,, 1. not doable at this time with HAProxy And I don't even know if there is any plans to do it

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

Re: Frontend outgoing bandwidth limit and concurrent source IP limit

2012-04-18 Thread Baptiste
Ah yes, I misunderstood the question, sorry for the confusion! I thought it was 3 connections per source IP. cheers