Select server based on proximity

2010-12-06 Thread Heizer, Charles
I'm writing a app that will download and install some software. I would like to use a distributed download model where the client has a list of servers and determines which is the one closest to it's self and uses that one. Is there a API or something to do this? Thanks, Charles

Re: Select server based on proximity

2010-12-06 Thread jonat...@mugginsoft.com
On 6 Dec 2010, at 21:38, Heizer, Charles wrote: I'm writing a app that will download and install some software. I would like to use a distributed download model where the client has a list of servers and determines which is the one closest to it's self and uses that one. Is there a API or