Two Pythons talking to each other?

Roy Smith roy at popmail.med.nyu.edu
Fri Jul 9 08:26:45 EDT 1999


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





More information about the Python-list mailing list