Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #108729 > unrolled thread
| Started by | jmp <jeanmichel@sequans.com> |
|---|---|
| First post | 2016-05-17 10:58 +0200 |
| Last post | 2016-05-17 10:58 +0200 |
| 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.
Re: OT: limit number of connections from browser to my server? jmp <jeanmichel@sequans.com> - 2016-05-17 10:58 +0200
| From | jmp <jeanmichel@sequans.com> |
|---|---|
| Date | 2016-05-17 10:58 +0200 |
| Subject | Re: OT: limit number of connections from browser to my server? |
| Message-ID | <mailman.48.1463475526.19823.python-list@python.org> |
On 05/16/2016 09:31 PM, Grant Edwards wrote: > On 2016-05-16, jmp <jeanmichel@sequans.com> wrote: > >> Have you considered upgrading the device with a recent CPU ? Or is it >> completely out of the picture ? > > Not an option. We have to continue to support devices that are in the > field. The newer models that are coming out now run at 133MHz instead > of 44MHz, and page load times for https still aren't much better. > >> That being said, your first idea seems also a good lead, have your >> server refuse more than one connection. > > Just got to figure out how to try it out without wasting a lot of time > reverse-engineering the web server. Hence a Python prototype. :) > I don't have time to read the whole thread but if I got it right, the main CPU consuming part is the crypto. Why not drop the https part an support only http ? Is is a device that needs to be accessed in untrusted networks ? Sorry for asking the obvious :o) jm
Back to top | Article view | comp.lang.python
csiph-web