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

Grant Edwards grant.b.edwards at gmail.com
Tue May 17 10:29:08 EDT 2016


On 2016-05-17, Rodrigo Bistolfi <rbistolfi at 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            




More information about the Python-list mailing list