Re: try other backend when backlog is full or backend unavailable, but only in that case

2012-06-15 Thread Baptiste
Hey, You can use options "retries" and "redispatch". As soon as HAProxy has sent a request to a server, it's not available anymore in its buffer. So you're sure it won't be sent again to an other server. Cheers On Fri, Jun 15, 2012 at 2:06 PM, Gábor Farkas wrote: > hi, > > currently i use nginx

try other backend when backlog is full or backend unavailable, but only in that case

2012-06-15 Thread Gábor Farkas
hi, currently i use nginx to handle a configuration, but i'm unable to do there what i need, so i'm looking into haproxy, if i could use it for load-balancing. what i'd like to achieve is: - i have mutliple backends (let's say 2: backend-a, backend-b) - when a request comes in, i want it to be pr