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


Groups > comp.lang.python > #108742 > unrolled thread

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

Started byGrant Edwards <grant.b.edwards@gmail.com>
First post2016-05-17 14:29 +0000
Last post2016-05-17 14:29 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromGrant Edwards <grant.b.edwards@gmail.com>
Date2016-05-17 14:29 +0000
SubjectRe: OT: limit number of connections from browser to my server?
Message-ID<mailman.61.1463495406.19823.python-list@python.org>
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            

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web