Re: Any plans for UDP load balancing?

2012-10-05 Thread Baptiste
Hi, As far as I know, it is not in the roadmap. Use LVS for UDP protocols. cheers On Fri, Oct 5, 2012 at 11:11 PM, Justin wrote: > I know I read a message from a year or two ago that you weren't going to > support > UDP load balancing. Any re-considerations? > > It w

Re: UDP Load Balancing

2010-06-04 Thread Jason J. W. Williams
> If you've known the Alteon, then you have the best example of a product > that does extremely well (and fast) a small set of things and extremely > badly a large set of other things. The set of things it did well was VERY small. Nauticus (did) and A10 do a much wider set of things very well. >

Re: UDP Load Balancing

2010-06-04 Thread Willy Tarreau
On Fri, Jun 04, 2010 at 11:47:22AM -0600, Jason J. W. Williams wrote: > Hi Willy, > > Currently, we're moving away from appliances that do everything we > need (A10 Networks) due to migrating to a cloud environment. We've got > 6 years of experience with SLB (Alteon->Nauticus->A10), so to some > d

Re: UDP Load Balancing

2010-06-04 Thread Jason J. W. Williams
Hi Willy, Currently, we're moving away from appliances that do everything we need (A10 Networks) due to migrating to a cloud environment. We've got 6 years of experience with SLB (Alteon->Nauticus->A10), so to some degree yes no solution can be everything. But inbound SLB l3/l4 TCP & UDP + l7 TCP

Re: UDP Load Balancing

2010-06-04 Thread Willy Tarreau
On Fri, Jun 04, 2010 at 11:06:52AM -0600, Jason J. W. Williams wrote: > Dang. We've already started the implementation of HAProxy, and would > prefer to only have one SLB solution. You see, there's never an absolute *one* SLB solution : - you may have layer2 load balancing (etherchannel, bondin

Re: UDP Load Balancing

2010-06-04 Thread Jason J. W. Williams
Dang. We've already started the implementation of HAProxy, and would prefer to only have one SLB solution. -J On Fri, Jun 4, 2010 at 2:20 AM, Willy Tarreau wrote: > On Fri, Jun 04, 2010 at 01:03:38AM -0600, Jason J. W. Williams wrote: >> Hello, >> >> Is it possible to

Re: UDP Load Balancing

2010-06-04 Thread Willy Tarreau
On Fri, Jun 04, 2010 at 01:03:38AM -0600, Jason J. W. Williams wrote: > Hello, > > Is it possible to handle UDP load balancing with HAProxy? Particular > application here is SLB in front of multiple DNS servers. No it is not. However, under Linux, LVS does it pretty well with a low

UDP Load Balancing

2010-06-04 Thread Jason J. W. Williams
Hello, Is it possible to handle UDP load balancing with HAProxy? Particular application here is SLB in front of multiple DNS servers. -J