Synchronization methodology
Paul Rubin
http
Wed Jan 3 06:07:36 EST 2007
More information about the Python-list mailing list
Wed Jan 3 06:07:36 EST 2007
- Previous message (by thread): import order or cross import
- Next message (by thread): Synchronization methodology
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Rubin <http://phr.cx@NOSPAM.invalid> writes: > # add the user to the connected user list, with timestamp and remote IP > status = request(user_list.append, self, time(), remote_ip=whatever) Editing error, ignore the "self," arg up there. Of course there may be other mistakes too, I didn't test any of that code ;-)
- Previous message (by thread): import order or cross import
- Next message (by thread): Synchronization methodology
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list