Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #108691
| Path | csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| 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 | Mon, 16 May 2016 19:31:04 +0000 (UTC) |
| Lines | 21 |
| 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> |
| X-Trace | news.uni-berlin.de KU9dtUOFIBsQ45/r0EFFsQfg6dvuv+HCMMEPQ6tSByiA== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.010 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:number': 0.07; 'https': 0.09; 'lead,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:qwest.net': 0.09; 'python': 0.10; 'jmp': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:limit': 0.16; 'subject:server': 0.16; 'wrote:': 0.16; 'load': 0.20; "aren't": 0.22; 'seems': 0.23; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'figure': 0.27; 'said,': 0.27; 'idea': 0.28; 'device': 0.28; 'cpu': 0.29; 'wasting': 0.29; 'server.': 0.30; "can't": 0.32; 'run': 0.33; 'option.': 0.33; 'server': 0.34; 'newer': 0.35; 'instead': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'received:org': 0.37; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'your': 0.60; 'devices': 0.61; 'more': 0.63; 'times': 0.63; 'better.': 0.66; 'satellite': 0.66; 'picture': 0.70; 'upgrading': 0.72; 'connection.': 0.76; 'dish': 0.84; 'edwards': 0.91; 'refuse': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | 67-130-15-94.dia.static.qwest.net |
| User-Agent | slrn/1.0.2 (Linux) |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <nhd75n$je7$3@ger.gmane.org> |
| X-Mailman-Original-References | <nhcr5g$o1k$1@ger.gmane.org> <nhcvsc$agl$1@ger.gmane.org> |
| Xref | csiph.com comp.lang.python:108691 |
Show key headers only | 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
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