C/C++ version Load balancer DNS

2009-04-03 Thread Mallappa Pallakke
Hi, Is there any C/C++ version load balancer available? As I know we have lbnamed which is Perl based load balancer.  Or can we do a kind of load balancer using any other mechanism over DNS?  It will be a great help if anybody can direct be in this regard.  Thanks, Mallappa

Re: C/C++ version Load balancer DNS

2009-04-03 Thread Jonathan Petersson
You can use BIND itself as a load-balancer. What's your goal? What's your current load? What's your anticipated load 12 months from now? What kind of equipment do you have available? /Jonathan On Fri, Apr 3, 2009 at 2:37 PM, Mallappa Pallakke palla...@gmail.com wrote:  Hi,  Is there any C/C++

Re: C/C++ version Load balancer DNS

2009-04-03 Thread MSP
On Apr 3, 2:49 pm, Jonathan Petersson jpeters...@garnser.se wrote: You can use BIND itself as a load-balancer. What's your goal? What's your current load? What's your anticipated load 12 months from now? What kind of equipment do you have available? /Jonathan On Fri, Apr 3, 2009 at 2:37

Re: C/C++ version Load balancer DNS

2009-04-03 Thread Chris Buxton
Using DNS, I want to do load balancing of client requests among my available servers dynamically. In realtime requirements, any/many servers among the configured me be down or overloaded. I want to have control over distribution of load to these servers. I want to have a common FQDN to the

Re: C/C++ version Load balancer DNS

2009-04-03 Thread MSP
On Apr 3, 4:11 pm, Chris Buxton cbux...@menandmice.com wrote: Using DNS, I want to do load balancing of client requests among my available servers dynamically. In realtime requirements, any/many servers among the configured me be down or overloaded. I want to have control over

Re: C/C++ version Load balancer DNS

2009-04-03 Thread Kevin Darcy
MSP wrote: On Apr 3, 4:11 pm, Chris Buxton cbux...@menandmice.com wrote: Using DNS, I want to do load balancing of client requests among my available servers dynamically. In realtime requirements, any/many servers among the configured me be down or overloaded. I want to have control

Re: C/C++ version Load balancer DNS

2009-04-03 Thread Chris Buxton
On Apr 3, 2009, at 4:31 PM, MSP wrote: On Apr 3, 4:11 pm, Chris Buxton cbux...@menandmice.com wrote: Using DNS, I want to do load balancing of client requests among my available servers dynamically. In realtime requirements, any/many servers among the configured me be down or overloaded.

RE: C/C++ version Load balancer DNS

2009-04-03 Thread Jeff Pang
Original Message Subject: Re: C/C++ version Load balancer DNS From: Chris Buxton cbux...@menandmice.com Date: Fri, April 03, 2009 4:11 pm To: Bind Users Mailing List bind-users@lists.isc.org Either way, if it were me, I would start my search at the F5 website. http

Re: C/C++ version Load balancer DNS

2009-04-03 Thread Bryan Irvine
snip Using DNS, I want to do load balancing of client requests among my available servers dynamically. In realtime requirements, any/many servers among the configured me be down or overloaded. I want to have control over distribution of load to these servers. I want to have a common FQDN