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


Groups > comp.lang.python > #108678

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

Path csiph.com!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!fu-berlin.de!uni-berlin.de!not-for-mail
From Peter Otten <__peter__@web.de>
Newsgroups comp.lang.python
Subject Re: OT: limit number of connections from browser to my server?
Date Mon, 16 May 2016 19:34:45 +0200
Organization None
Lines 19
Message-ID <mailman.24.1463420114.19823.python-list@python.org> (permalink)
References <nhcr5g$o1k$1@ger.gmane.org> <nhd0bn$isq$1@ger.gmane.org>
Mime-Version 1.0
Content-Type text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding 7Bit
X-Trace news.uni-berlin.de QMDKpLYxLu0nEKWUq9p3/gZZdWmZligcgSxUEV11xmFw==
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:number': 0.07; 'https': 0.09; 'page?': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'assume': 0.11; 'file,': 0.15; 'prototype': 0.15; 'massively': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'received:t-ipconnect.de': 0.16; 'specific,': 0.16; 'subject:limit': 0.16; 'subject:server': 0.16; 'tcp': 0.16; 'two,': 0.16; 'wrote:': 0.16; 'ssl': 0.18; 'solution.': 0.18; 'load': 0.20; 'library': 0.20; 'seems': 0.23; 'requests': 0.25; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; 'css': 0.27; 'allows': 0.30; "i'm": 0.30; 'connections': 0.30; 'skip:[ 10': 0.31; 'server': 0.34; 'so,': 0.35; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'some': 0.40; 'limit': 0.65; 'connection.': 0.76; 'farms': 0.84; 'edwards': 0.91
X-Injected-Via-Gmane http://gmane.org/
X-Gmane-NNTP-Posting-Host p57bd9632.dip0.t-ipconnect.de
User-Agent KNode/4.13.3
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <nhd0bn$isq$1@ger.gmane.org>
X-Mailman-Original-References <nhcr5g$o1k$1@ger.gmane.org>
Xref csiph.com comp.lang.python:108678

Show key headers only | View raw


Grant Edwards wrote:

> This is not Python specific, though I'm turning to Python to do some
> experimentation and to try to prototype a solution.
> 
> Is there any way to limit the number of connections a browser uses to
> download a web page?  Browser writers seems to assume that all https
> servers are massively parallel server farms with hardware crypto
> support.
> 
> So, when a browser wants to load a page that has the main html file, a
> css file, a javascript library or two, and a few icons and background
> bitmaps, they browser opens up a half-dozen SSL connections in
> parallel.

[brainstorm-mode on]

I think HTTP/2 allows multiple requests over a single TCP connection.

Back to comp.lang.python | Previous | NextNext 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