Re: Frontend outgoing bandwidth limit and concurrent source IP limit

2012-04-17 Thread Willy Tarreau
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 soon. It's planned for 1.6, let's hope one day we finish 1.5 first :-) > 2. easily doable through the stick table with the counter c

Re: Client Stickiness with Roundrobin Algorithm

2012-04-17 Thread Baptiste
On Wed, Apr 18, 2012 at 2:12 AM, Amit More 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 timeout. What

Re: Frontend outgoing bandwidth limit and concurrent source IP limit

2012-04-17 Thread Baptiste
Hi,, 1. not doable at this time with HAProxy And I don't even know if there is any plans to do it soon. 2. easily doable through the stick table with the counter conn_cur. Some examples are provided here http://blog.exceliance.fr/2012/02/27/use-a-load-balancer-as-a-first-row-of-defense-against-dd

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 i

RE: sock-raw.org

2012-04-17 Thread Lucia Star | TwinLinks
Hi Again, It's a 3-way link swap with your website http://sock-raw.org. I'll give you two links in exchange for one from you. 3-way linking is a very effective link building strategy. Since you're getting the links from third party websites, they appear totally natural to search engines. Such

Frontend outgoing bandwidth limit and concurrent source IP limit

2012-04-17 Thread Igor
Hi, I have two things: 1, Limit frontend's outgoing bandwidth at a specified rate such as 200KB/s 2, Limit frontend's concurrent connection source IP at no more than 3, if over this limit, give a error page Can I do these with stick-table or it's not possible with haproxy? Thanks. Bests, -Igor