Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #108690

Re: OT: limit number of connections from browser to my server?

From Grant Edwards <grant.b.edwards@gmail.com>
Newsgroups comp.lang.python
Subject Re: OT: limit number of connections from browser to my server?
Date 2016-05-16 19:35 +0000
Message-ID <mailman.32.1463427606.19823.python-list@python.org> (permalink)
References (1 earlier) <nhd0bn$isq$1@ger.gmane.org> <mailman.24.1463420114.19823.python-list@python.org> <ee18c41b-7034-4934-8d63-c23aba5bf6e2@googlegroups.com> <1463421892.3941681.609425321.08BA9E0D@webmail.messagingengine.com> <nhd7dt$je7$5@ger.gmane.org>

Show all headers | View raw


On 2016-05-16, Random832 <random832@fastmail.com> wrote:
> On Mon, May 16, 2016, at 13:57, sohcahtoa82@gmail.com wrote:
>> On Monday, May 16, 2016 at 10:35:28 AM UTC-7, Peter Otten wrote:
>>
>>> I think HTTP/2 allows multiple requests over a single TCP connection.
>> 
>> HTTP/1.1 already supports it, but most browsers have it disabled by
>> default.
>> 
>> https://en.wikipedia.org/wiki/HTTP_pipelining

Oops, sorry, I didn't see that you were referring to something other
than persistent connections.

> Technically, what he's asking for isn't even pipelining.
>
> https://en.wikipedia.org/wiki/HTTP_persistent_connection

Right. I just want convince browsers to use persistent connections and
as few of them as possible.

-- 
Grant Edwards               grant.b.edwards        Yow! One FISHWICH coming
                                  at               up!!
                              gmail.com            

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: OT: limit number of connections from browser to my server? Peter Otten <__peter__@web.de> - 2016-05-16 19:34 +0200
  Re: OT: limit number of connections from browser to my server? sohcahtoa82@gmail.com - 2016-05-16 10:57 -0700
    Re: OT: limit number of connections from browser to my server? Random832 <random832@fastmail.com> - 2016-05-16 14:04 -0400
    Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-16 19:35 +0000

csiph-web