Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #58856
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: OT: How to tell an HTTP client to limit parallel connections? |
| Date | 2013-11-08 20:48 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <l5jinm$i7g$1@reader1.panix.com> (permalink) |
| References | <l5j6q7$5ko$1@reader1.panix.com> <mailman.2240.1383934618.18130.python-list@python.org> <l5jdi5$er3$1@reader1.panix.com> <mailman.2245.1383940002.18130.python-list@python.org> |
On 2013-11-08, Chris Angelico <rosuav@gmail.com> wrote:
> On Sat, Nov 9, 2013 at 6:20 AM, Grant Edwards <invalid@invalid.invalid> wrote:
>> On 2013-11-08, Chris Angelico <rosuav@gmail.com> wrote:
>>> Are you using HTTP 1.1 with connection reuse?
>>
>> Yes. And several years ago when I first enabled that feature in the
>> server, I verified that some browsers were sending multiple requests
>> per connection (though they still often attempted to open multiple
>> connections). More recent browsers seem much more impatient and are
>> determined to open as many simultaneous connections as possible.
>
> Yeah, but at least it's cut down from one connection per object to
> some fixed number. But you've already done that.
>
>>> Alternatively, since fixing it at the browser seems to be hard, can
>>> you do something ridiculously stupid like... tunnelling insecure HTTP
>>> over SSH?
>>
>> Writing code to implement tunnelling via the ssh protocol is probably
>> out of the question (resource-wise).
>>
>> If it were possible, how is that supported by browsers?
>
> You just set your hosts file to point the server's name to localhost
> [...]
Ah, I see.
All I have control over is the server. I have no influence over the
client side of things other than what I can do in the HTTP server.
--
Grant Edwards grant.b.edwards Yow! Are you selling NYLON
at OIL WELLS?? If so, we can
gmail.com use TWO DOZEN!!
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
OT: How to tell an HTTP client to limit parallel connections? Grant Edwards <invalid@invalid.invalid> - 2013-11-08 17:25 +0000
Re: OT: How to tell an HTTP client to limit parallel connections? donarb <donarb@nwlink.com> - 2013-11-08 09:39 -0800
Re: OT: How to tell an HTTP client to limit parallel connections? Skip Montanaro <skip@pobox.com> - 2013-11-08 11:39 -0600
Re: OT: How to tell an HTTP client to limit parallel connections? Grant Edwards <invalid@invalid.invalid> - 2013-11-08 18:01 +0000
Re: OT: How to tell an HTTP client to limit parallel connections? Chris Angelico <rosuav@gmail.com> - 2013-11-09 05:16 +1100
Re: OT: How to tell an HTTP client to limit parallel connections? Grant Edwards <invalid@invalid.invalid> - 2013-11-08 19:20 +0000
Re: OT: How to tell an HTTP client to limit parallel connections? Chris Angelico <rosuav@gmail.com> - 2013-11-09 06:39 +1100
Re: OT: How to tell an HTTP client to limit parallel connections? Grant Edwards <invalid@invalid.invalid> - 2013-11-08 20:48 +0000
Re: OT: How to tell an HTTP client to limit parallel connections? Chris Angelico <rosuav@gmail.com> - 2013-11-09 08:01 +1100
Re: OT: How to tell an HTTP client to limit parallel connections? Grant Edwards <invalid@invalid.invalid> - 2013-11-08 21:14 +0000
Re: OT: How to tell an HTTP client to limit parallel connections? Chris Angelico <rosuav@gmail.com> - 2013-11-09 08:29 +1100
RE: How to tell an HTTP client to limit parallel connections? Nick Cash <nick.cash@npcinternational.com> - 2013-11-08 19:42 +0000
Re: How to tell an HTTP client to limit parallel connections? Grant Edwards <invalid@invalid.invalid> - 2013-11-08 21:02 +0000
Re: OT: How to tell an HTTP client to limit parallel connections? Ian Kelly <ian.g.kelly@gmail.com> - 2013-11-08 13:13 -0700
Re: OT: How to tell an HTTP client to limit parallel connections? Grant Edwards <invalid@invalid.invalid> - 2013-11-08 21:05 +0000
csiph-web