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


Groups > comp.lang.python > #108742

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

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
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 Tue, 17 May 2016 14:29:08 +0000 (UTC)
Lines 17
Message-ID <mailman.61.1463495406.19823.python-list@python.org> (permalink)
References <nhcr5g$o1k$1@ger.gmane.org> <CAMQZ-RcwLWROPcHkV=+ub+tY-PGdEERYd58QGsoeYxtz9zzTLw@mail.gmail.com> <nhf9rk$cel$4@ger.gmane.org>
X-Trace news.uni-berlin.de M8eNVjrYi2bcohy/l/vwlATsx6bFjdL1e1pMH0PRS8JA==
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.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:number': 0.07; 'other)': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:qwest.net': 0.09; 'way:': 0.09; 'core.': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:limit': 0.16; 'subject:server': 0.16; 'wrote:': 0.16; 'load': 0.20; 'requests': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'rest': 0.26; '(maybe': 0.29; 'that.': 0.30; 'probably': 0.31; 'http': 0.33; 'loading': 0.33; 'framework': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'thought': 0.37; 'subject:from': 0.39; 'resources': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'more': 0.63; 'here:': 0.63; 'air': 0.65; 'route': 0.84; 'edwards': 0.91
X-Injected-Via-Gmane http://gmane.org/
X-Gmane-NNTP-Posting-Host 67-130-15-94.dia.static.qwest.net
User-Agent slrn/1.0.2 (Linux)
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 <nhf9rk$cel$4@ger.gmane.org>
X-Mailman-Original-References <nhcr5g$o1k$1@ger.gmane.org> <CAMQZ-RcwLWROPcHkV=+ub+tY-PGdEERYd58QGsoeYxtz9zzTLw@mail.gmail.com>
Xref csiph.com comp.lang.python:108742

Show key headers only | View raw


On 2016-05-17, Rodrigo Bistolfi <rbistolfi@gmail.com> wrote:
> Long shot here: Create a JS framework for loading resources in a better way:
>
> 1. Load HTTP and your JS core.
>
> 2. Load the rest of the resources via JS (maybe using promises for
>    chaining the requests one after the other)

I thought about that.  It's probably more work than going the
"single-fetch" route via server-side includes, and probably more
fragile.

-- 
Grant Edwards               grant.b.edwards        Yow! An air of FRENCH FRIES
                                  at               permeates my nostrils!!
                              gmail.com            

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


Thread

Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-17 14:29 +0000

csiph-web