download problem

Matt Domsch Matt_Domsch at dell.com
Thu May 15 12:59:32 UTC 2008


On Thu, May 15, 2008 at 10:04:51PM +1200, Nigel Jones wrote:
> subhodip biswas wrote:
> >hi !
> >while trying to download F9 what I face is quite frustrating ..in fact
> >this can be faced by a lot of user in India .
> >while  wbut mirror is down (temporarily ) and other cannot handle all
> >the load and bit torrent is quite slow .
> >clicking on i386 direct download always gives error 412 : too many
> >connected users .
> >any way of avoiding this .. I am currently downloading from a mirror
> >in USA and its quite slow.
> >
> >  
> Hi,
> 
> Going from what I know (someone might want to update me here):
> We currently only have 3 mirrors in India 
> (http://mirrors.fedoraproject.org/), one is on a 45mbps link, while the 
> other two are on 5mbps and 2mbps links.

One thing MM would benefit from would be a weighted sampler.

Right now, it collects various lists of Hosts to return (same
netblock, same country, same continent, global). It shuffles (python random.shufle()) each of
the lists, then concatenates them, and sends that result to the end
user.  However, this does not take into account that one mirror has a
45Mbps link, and another a 2Mbps; they would each get chosen
"randomly".

What I need is a replacement for random.shuffle() that takes a list of
tuples: (something, weight).  And returns a list of somethings that
was generated with a statistical sampling based on weight.

Now, this is _probably_ a simple thing to do; my college number theory
professor would mock me for having not "just done it" myself, but hey
- I took that class _twice_ before passing it - I don't trust my
skills in this area to get it right.

Volunteers?


> 
> From what I see, there isn't really much we can do apart from waiting 
> for more Indian mirrors to come aboard, ISPs/Universities are the best 
> bet and is actually where quite a few of our mirrors are located.
> 
> Another alternative is try an Asian or Europe mirror, China, Japan, 
> Italy, France etc, many of these mirrors are on 100Mbps+ links and 
> shouldn't be returning 421 errors. (I have no clue on the Indian 
> internet topology but generally geographically closer locations have 
> better links)

And please please, help find more mirrors in India.

> 
> Noting the 421 errors, it's fairly hard to prevent them, the script (as 
> Matt mentioned on IRC) could be adapted to query the server if there are 
> slots open but thats not always possible.

yea, I like _this_ less and less the more I think about it.

> 
> - N.J.
> 
> Amendment:  I noticed the two slower mirrors only allow ftp, try 
> http://ftp.iitm.ac.in/fedora/ which is the server on the 45Mbps link and 
> responds to me in NZ.

which just came online yesterday.

-- 
Matt Domsch
Linux Technology Strategist, Dell Office of the CTO
linux.dell.com & www.dell.com/linux




More information about the Fedora-infrastructure-list mailing list