Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #108743
| Path | csiph.com!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 | Tue, 17 May 2016 14:27:38 +0000 (UTC) |
| Lines | 22 |
| Message-ID | <mailman.62.1463495707.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> <nhemfs$foq$1@ger.gmane.org> <nhf9oq$cel$3@ger.gmane.org> |
| X-Trace | news.uni-berlin.de g5irRvFeHFbxJEL/29yaEg+wPtWj2mp0XcTOm47gI6rg== |
| 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.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:number': 0.07; 'https': 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; 'spec': 0.09; 'thread': 0.10; 'explicitly': 0.15; ':o)': 0.16; '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; 'large,': 0.22; 'header:User-Agent:1': 0.26; 'header:X-Complaints- To:1': 0.26; 'device': 0.28; 'cpu': 0.29; "i'm": 0.30; 'generally': 0.32; 'german': 0.32; 'http': 0.33; 'open': 0.33; 'something': 0.35; 'asking': 0.35; 'but': 0.36; 'to:addr:python- list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'received:org': 0.37; 'drop': 0.38; 'mean': 0.38; 'why': 0.39; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'customer': 0.62; 'skip:n 10': 0.62; 'accessed': 0.66; 'obvious': 0.76; 'edwards': 0.91; 'emotional': 0.91 |
| 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 | <nhf9oq$cel$3@ger.gmane.org> |
| X-Mailman-Original-References | <nhcr5g$o1k$1@ger.gmane.org> <nhcvsc$agl$1@ger.gmane.org> <nhd75n$je7$3@ger.gmane.org> <nhemfs$foq$1@ger.gmane.org> |
| Xref | csiph.com comp.lang.python:108743 |
Show key headers only | View raw
On 2016-05-17, jmp <jeanmichel@sequans.com> wrote:
> I don't have time to read the whole thread but if I got it right,
> the main CPU consuming part is the crypto.
Yep.
> Why not drop the https part an support only http ?
Product spec explicitly states HTTPS only. I'm told that is not open
for discussion. The customer is a large, somewhat bureaucratic German
corporation, and they generally mean it when they say something is
non-negotiable.
> Is is a device that needs to be accessed in untrusted networks?
> Sorry for asking the obvious :o)
--
Grant Edwards grant.b.edwards Yow! I'm EMOTIONAL
at now because I have
gmail.com MERCHANDISING CLOUT!!
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-17 14:27 +0000
Re: OT: limit number of connections from browser to my server? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-05-19 10:58 +1200
Re: OT: limit number of connections from browser to my server? Random832 <random832@fastmail.com> - 2016-05-22 15:04 -0400
Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-22 19:29 +0000
csiph-web