Two Pythons talking to each other?
Roy Smith
roy at popmail.med.nyu.edu
Fri Jul 9 08:26:45 EDT 1999
More information about the Python-list mailing list
Fri Jul 9 08:26:45 EDT 1999
- Previous message (by thread): Two Pythons talking to each other?
- Next message (by thread): Two Pythons talking to each other?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
phil at ricochet.net (phil) wrote: > Yes, if you are stated or you care about order then you probably > need to sequence. If you need to sequence datagrams, then you most likely might as well just be using TCP instead of UDP. It is extremely unlikely that any sequencing you will do in user code will be faster/smaller/better/less-buggy/whatever than the kernel code that already does it for you. -- Roy Smith <roy at popmail.med.nyu.edu> New York University School of Medicine
- Previous message (by thread): Two Pythons talking to each other?
- Next message (by thread): Two Pythons talking to each other?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list