Gentoo Archives: gentoo-user

From: Jarry <mr.jarry@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] I/net server throttling
Date: Sun, 01 Jul 2012 19:39:48
Message-Id: 4FF0A63F.2060105@gmail.com
In Reply to: Re: [gentoo-user] I/net server throttling by Philip Webb
1 On 01-Jul-12 21:20, Philip Webb wrote:
2
3 > I now have an explicit example of a server doing this :
4 >
5 > 503: hold> wget --no-check-certificate -c http://www.math.wisc.edu/~keisler/keislercalc-2-12.pdf
6 > --2012-07-01 15:07:18-- http://www.math.wisc.edu/~keisler/keislercalc-2-12.pdf
7 > Resolving www.math.wisc.edu... 144.92.166.196
8 > Connecting to www.math.wisc.edu|144.92.166.196|:80... connected.
9 > HTTP request sent, awaiting response... 302 Found
10 > Location: https://www.math.wisc.edu/formMail/throttle.php?URL=/~keisler/keislercalc-2-12.pdf [following]
11 > --2012-07-01 15:07:18-- https://www.math.wisc.edu/formMail/throttle.php?URL=/~keisler/keislercalc-2-12.pdf
12 > Connecting to www.math.wisc.edu|144.92.166.196|:443... connected.
13 > WARNING: The certificate of `www.math.wisc.edu' is not trusted.
14 > WARNING: The certificate of `www.math.wisc.edu' hasn't got a known issuer.
15 > HTTP request sent, awaiting response... 200 OK
16 > Length: 24184097 (23M) [application/pdf]
17 > Saving to: `keislercalc-2-12.pdf'
18 >
19 > 6% [==========> ] 1,638,400 64.5K/s eta 38m 5s
20 >
21
22 Everything OK here:
23
24 obelix ~ # wget --no-check-certificate -c
25 http://www.math.wisc.edu/~keisler/keislercalc-2-12.pdf
26 --2012-07-01 19:35:14--
27 http://www.math.wisc.edu/~keisler/keislercalc-2-12.pdf
28 Resolving www.math.wisc.edu... 144.92.166.196
29 Connecting to www.math.wisc.edu|144.92.166.196|:80... connected.
30 HTTP request sent, awaiting response... 302 Found
31 Location:
32 https://www.math.wisc.edu/formMail/throttle.php?URL=/~keisler/keislercalc-2-12.pdf
33 [following]
34 --2012-07-01 19:35:14--
35 https://www.math.wisc.edu/formMail/throttle.php?URL=/~keisler/keislercalc-2-12.pdf
36 Connecting to www.math.wisc.edu|144.92.166.196|:443... connected.
37 HTTP request sent, awaiting response... 200 OK
38 Length: 24184097 (23M) [application/pdf]
39 Saving to: `keislercalc-2-12.pdf'
40
41 100%[======================================>] 24,184,097 6.88M/s in 4.4s
42
43 2012-07-01 19:35:19 (5.25 MB/s) - `keislercalc-2-12.pdf' saved
44 [24184097/24184097]
45
46 Jarry
47
48 --
49 _______________________________________________________________
50 This mailbox accepts e-mails only from selected mailing-lists!
51 Everything else is considered to be spam and therefore deleted.

Replies

Subject Author
Re: [gentoo-user] I/net server throttling Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] I/net server throttling Mick <michaelkintzios@×××××.com>