> Thanks alot,  I see it returns an array of IP Addresses.  How can 
> you have more than one?  If you have two, as Google does, how does 
> the DNS determine which one to go to?

Good question! I think this is for DNS round-robin load-balancing. The DNS
server will return a different address from the list each time you query it,
so incoming requests will be approximately evenly spread between however
many servers you have. Saves you having to do complicated things with ISA
server or whatever to farm out the incoming requests at your end.

  http://content.websitegear.com/article/load_balance_dns.htm



Jason



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to