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


Groups > comp.lang.python > #108691

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

From Grant Edwards <grant.b.edwards@gmail.com>
Newsgroups comp.lang.python
Subject Re: OT: limit number of connections from browser to my server?
Date 2016-05-16 19:31 +0000
Message-ID <mailman.33.1463427908.19823.python-list@python.org> (permalink)
References <nhcr5g$o1k$1@ger.gmane.org> <nhcvsc$agl$1@ger.gmane.org> <nhd75n$je7$3@ger.gmane.org>

Show all headers | View raw


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!

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web