Simple client/server exchanging objects
Aahz Maruch
aahz at netcom.com
Mon Feb 14 13:21:57 EST 2000
More information about the Python-list mailing list
Mon Feb 14 13:21:57 EST 2000
- Previous message (by thread): Simple client/server exchanging objects
- Next message (by thread): Simple client/server exchanging objects
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <38A80085.AECFF9EC at bibsyst.no>, Thomas Weholt <thomas at bibsyst.no> wrote: > >I`d like to make a client/server application exchanging objects of >different type, sizes etc. Are there any simple tutorials or docs >available on this, and what are my options on how to implement this ?? We've been using Medusa (asyncore to be precise) with cPickle and zlib. No simple examples, unfortunately. -- --- Aahz (Copyright 2000 by aahz at netcom.com) Androgynous poly kinky vanilla queer het <*> http://www.rahul.net/aahz/ Hugs and backrubs -- I break Rule 6 Have you coined a word today?
- Previous message (by thread): Simple client/server exchanging objects
- Next message (by thread): Simple client/server exchanging objects
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list