Learning python networking

Chris Angelico rosuav at gmail.com
Wed Jan 15 11:32:16 EST 2014


On Thu, Jan 16, 2014 at 3:31 AM, Chris Angelico <rosuav at 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



More information about the Python-list mailing list