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


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

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

Started byRodrigo Bistolfi <rbistolfi@gmail.com>
First post2016-05-17 08:57 -0300
Last post2016-05-17 08:57 -0300
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? Rodrigo Bistolfi <rbistolfi@gmail.com> - 2016-05-17 08:57 -0300

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

FromRodrigo Bistolfi <rbistolfi@gmail.com>
Date2016-05-17 08:57 -0300
SubjectRe: OT: limit number of connections from browser to my server?
Message-ID<mailman.55.1463486282.19823.python-list@python.org>
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)

[toc] | [standalone]


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


csiph-web