Gentoo Archives: gentoo-user

From: Philip Webb <purslow@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] I/net server throttling
Date: Sun, 01 Jul 2012 19:22:24
Message-Id: 20120701192037.GA2871@ca.inter.net
In Reply to: Re: [gentoo-user] I/net server throttling by Mick
1 Recently, I asked on the list whether anyone had seen this phenomenon :
2
3 > What I'm refering to is getting downloaded files in slices,
4 > eg using Wget, a piece of the file downloads for 22 sec , then stops;
5 > Wget tries again & another 22 sec piece comes down the pipe, then
6 > stops. This can go on for hours with a big file
7 > & doesn't seem related to the local time of day.
8 > My guess is that the server has been programmed to stop after 22 sec
9 > in an effort to share access among many clients,
10 > but it is irritating & also suggests the server needs faster hardware.
11 > Have others noticed this -- it seems to be a recent innovation --
12 > & is it a known ploy of server managers ?
13
14 > NB This is not the same as traffic jams.
15 > That sometimes happens here & may persist for 1 - 2 weeks ,
16 > but it feels just like driving on the highway when 1 lane is closed.
17 > That probably is some piece of the Internet or ISP under repair or test.
18
19 I now have an explicit example of a server doing this :
20
21 503: hold> wget --no-check-certificate -c http://www.math.wisc.edu/~keisler/keislercalc-2-12.pdf
22 --2012-07-01 15:07:18-- http://www.math.wisc.edu/~keisler/keislercalc-2-12.pdf
23 Resolving www.math.wisc.edu... 144.92.166.196
24 Connecting to www.math.wisc.edu|144.92.166.196|:80... connected.
25 HTTP request sent, awaiting response... 302 Found
26 Location: https://www.math.wisc.edu/formMail/throttle.php?URL=/~keisler/keislercalc-2-12.pdf [following]
27 --2012-07-01 15:07:18-- https://www.math.wisc.edu/formMail/throttle.php?URL=/~keisler/keislercalc-2-12.pdf
28 Connecting to www.math.wisc.edu|144.92.166.196|:443... connected.
29 WARNING: The certificate of `www.math.wisc.edu' is not trusted.
30 WARNING: The certificate of `www.math.wisc.edu' hasn't got a known issuer.
31 HTTP request sent, awaiting response... 200 OK
32 Length: 24184097 (23M) [application/pdf]
33 Saving to: `keislercalc-2-12.pdf'
34
35 6% [==========> ] 1,638,400 64.5K/s eta 38m 5s
36
37 NB the word 'throttle' in the 2nd URL. It has just completed
38 a 2nd slice downloading 3 % of the file each time.
39 Yesterday when I tried, it refused to honor the '-c' flag,
40 which made downloading impossible, but today it seems to be honoring it.
41
42 BTW the Internet is ordinarily responsive at the moment here.
43
44 Has anyone else come across this ? Any thoughts or comments ?
45
46 --
47 ========================,,============================================
48 SUPPORT ___________//___, Philip Webb
49 ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
50 TRANSIT `-O----------O---' purslowatchassdotutorontodotca

Replies

Subject Author
Re: [gentoo-user] I/net server throttling Jarry <mr.jarry@×××××.com>