Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63997
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.015 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; '16,': 0.03; 'assuming': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'entered': 0.20; 'cc:addr:python.org': 0.22; 'environment': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'becomes': 0.33; 'connection': 0.35; 'received:google.com': 0.35; 'done': 0.36; 'handle': 0.38; 'does': 0.39; 'simple': 0.61; 'first': 0.61; "everything's": 0.84; 'to:none': 0.92 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=jo7vIAkIF+rpKyNLMh1lSFpKi1YekuAxtqdKLAKsN2E=; b=w9n9iLk3/pgtib8f9W5vlhPzUbkGKYGvZLnmisRO4Jptj7avIyOU7Yk9LTfji4KyxU +tI3GFNFcVOa0DExnicLsEnHyYy/w+HOuMb+pB+nVzNPz9zHz/4S0LZZ3oIMVeOD5ve3 dfmZ7HFQb0FzopXHAmnNxIk5I4i0RDaH26KyUzemD+3ZSpBpfvUh9Gop7tt5crdkDu/X pd+wLeTSIh6lavZ5ec02nXzl9M7gw0rYoySpjL5x1zntTR/XaTNBk7GS3puw7xuJvXYl Q/BYaRxTlJ2kUcp1XDSituT6nhU4bvWjcnnhg8JS/mwAAhBTho0YbNX/+iD6FUXwDQxv dspw== |
| MIME-Version | 1.0 |
| X-Received | by 10.66.26.176 with SMTP id m16mr3941952pag.142.1389803536353; Wed, 15 Jan 2014 08:32:16 -0800 (PST) |
| In-Reply-To | <CAPTjJmqKKZW0tvRF5ae5zDVK0M8ou1OkyAmhBXRouLwVbsGpwg@mail.gmail.com> |
| References | <22d58d76-f2c2-4a1d-8049-3409ac4665d3@googlegroups.com> <mailman.5207.1389223748.18130.python-list@python.org> <9202d352-e065-4f2b-a9e0-e29ce5c68df6@googlegroups.com> <CAPTjJmpb6yr-VpWypbJQn0a=pNjvNV2CchVBZaK+v_5JoSQOBg@mail.gmail.com> <7B721FFF-5F01-4736-AC82-B5E71848F926@mac.com> <CAPTjJmqKKZW0tvRF5ae5zDVK0M8ou1OkyAmhBXRouLwVbsGpwg@mail.gmail.com> |
| Date | Thu, 16 Jan 2014 03:32:16 +1100 |
| Subject | Re: Learning python networking |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5522.1389803544.18130.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1389803544 news.xs4all.nl 2954 [2001:888:2000:d::a6]:51744 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:63997 |
Show key headers only | View raw
On Thu, Jan 16, 2014 at 3:31 AM, Chris Angelico <rosuav@gmail.com> wrote: > I'm assuming an authentication system > that stipulates one single active connection per authenticated user Incidentally, in an environment where everything's trusted (LAN or localhost), the "authentication system" can be as simple as "type a user name". I've done systems like that; first line entered becomes the handle or key, and it does the same kick-off system on duplicate. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Learning python networking Paul Pittlerson <menkomigen6@gmail.com> - 2014-01-08 14:27 -0800
Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-09 10:29 +1100
Re: Learning python networking Paul Pittlerson <menkomigen6@gmail.com> - 2014-01-15 02:37 -0800
Re: Learning python networking Denis McMahon <denismfmcmahon@gmail.com> - 2014-01-15 11:11 +0000
Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-15 23:52 +1100
Re: Learning python networking "Frank Millman" <frank@chagford.com> - 2014-01-15 15:31 +0200
Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-16 01:07 +1100
Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-16 02:36 +1100
Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-16 03:31 +1100
Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-16 03:32 +1100
Re: Learning python networking William Ray Wing <wrw@mac.com> - 2014-01-15 11:43 -0500
Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-16 04:07 +1100
Re: Learning python networking William Ray Wing <wrw@mac.com> - 2014-01-15 11:25 -0500
Re: Learning python networking Dan Stromberg <drsalists@gmail.com> - 2014-01-08 15:53 -0800
Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-09 11:07 +1100
Re: Learning python networking Dan Stromberg <drsalists@gmail.com> - 2014-01-08 19:49 -0800
Re: Learning python networking Alister <alister.ware@ntlworld.com> - 2014-01-09 11:32 +0000
Re: Learning python networking Chris Angelico <rosuav@gmail.com> - 2014-01-09 15:20 +1100
csiph-web