Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: OT: limit number of connections from browser to my server? Date: Mon, 16 May 2016 14:04:52 -0400 Lines: 15 Message-ID: References: <1463421892.3941681.609425321.08BA9E0D@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de GBOhUEoeiXGZqo+gzX30iA9c6Zxd5SPwNxaAZI0R7thw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '16,': 0.03; 'default.': 0.07; 'subject:number': 0.07; 'received:internal': 0.09; '2016': 0.16; 'message-id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'subject:limit': 0.16; 'subject:server': 0.16; 'tcp': 0.16; 'wrote:': 0.16; '(the': 0.22; 'browsers': 0.22; 'disabled': 0.22; 'header:In-Reply-To:1': 0.24; 'feature': 0.24; 'mon,': 0.24; 'requests': 0.25; 'url:wikipedia': 0.29; 'allows': 0.30; 'url:wiki': 0.30; "he's": 0.33; 'asking': 0.35; "isn't": 0.35; 'supports': 0.35; 'but': 0.36; 'url:org': 0.36; 'monday,': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; 'url:en': 0.39; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'header:Message- Id:1': 0.61; 'email addr:gmail.com': 0.62; 'connection.': 0.76; 'otten': 0.84; 'utc-7,': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=/qQr256ZNyTXVA0V7BviVGqiLt4=; b=E0BAhu oj/xyWVUtLULrikpFLlPKfvdn3ti4L0ewvuJM4YiVslUY8+QPhZIf5k8DvywONLQ ZPXmkzydiUUQz1ldkfWH2uCJHMvY/vkE9OB3X+J2S/Frz1zngVE+UKmxqUYeguWB iktA2ZxcPp/LNeD3TRSAELUPEXMvUzH8Y3MB0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=/qQr256ZNyTXVA0 V7BviVGqiLt4=; b=r2cuVkGjx6Epcvk0R+vNu7sqH59uDPq2G4/SUaJ2yn3c0iq fDZRl+q0ic1Q17WjlINhJLP7Z/uvoM2oYU5HOMDeKmA71QyKKQSyXiz2wQ2Vb8We z+uB3sy8V+sOVzqIebzQsYv9oiqTqU37Yx5ga8O4os1hgagjdy/+mkspJ5VA= X-Sasl-Enc: ZQhSIvu7W6LuvTza13A+amGT9o3Jt9baJanl/+Xs42z2 1463421892 X-Mailer: MessagingEngine.com Webmail Interface - ajax-9bce2c97 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1463421892.3941681.609425321.08BA9E0D@webmail.messagingengine.com> X-Mailman-Original-References: Xref: csiph.com comp.lang.python:108683 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 Technically, what he's asking for isn't even pipelining. https://en.wikipedia.org/wiki/HTTP_persistent_connection (The new feature in HTTP/2, incidentally, is support for multiple *simultaneous* responses)