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?

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-17 14:29 +0000
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>

Show all headers | 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