Re: C/C++ version Load balancer DNS

2009-04-10 Thread John Wobus
On Apr 3, 2009, at 7:31 PM, MSP wrote: This sollution which I am thinking is for some telecom application and not for web browsers. I kown that TTL for my requirement should be ZERO, so that no cashing happens. Please tell why we can not use DNS sollution for this. You can indeed use the DNS,

Re: C/C++ version Load balancer DNS

2009-04-03 Thread Bryan Irvine
> 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

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 > Date: Fri, April 03, 2009 4:11 pm > To: Bind Users Mailing List > > > Either way, if it were me, I would start my search at the F5 website. > http://www.f5

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 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 Kevin Darcy
MSP wrote: On Apr 3, 4:11 pm, Chris Buxton 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 distribution of loa

Re: C/C++ version Load balancer DNS

2009-04-03 Thread MSP
On Apr 3, 4:11 pm, Chris Buxton 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 distribution of load

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 client

Re: C/C++ version Load balancer DNS

2009-04-03 Thread MSP
On Apr 3, 2:49 pm, Jonathan Petersson 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 PM, 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 wrote: >  Hi, >  Is there any C/C++ version load bal