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


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

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

Started byGrant Edwards <grant.b.edwards@gmail.com>
First post2016-05-16 19:31 +0000
Last post2016-05-16 19:31 +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-16 19:31 +0000

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

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

-- 
Grant Edwards               grant.b.edwards        Yow! Gee, I feel kind of
                                  at               LIGHT in the head now,
                              gmail.com            knowing I can't make my
                                                   satellite dish PAYMENTS!

[toc] | [standalone]


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


csiph-web