"Do this, and come back when you're done"

Donn Cave donn at drizzle.com
Sun Dec 14 00:47:26 EST 2003


Quoth Paul Rubin <http://phr.cx@NOSPAM.invalid>:
...
| Can the remote process time out if the local side takes too long to
| read from the socket?  That could happen if the two machines aren't
| the same speed.

I wouldn't expect so.  I'm no expert in such things, but I would
expect the remote process to return from send(), and exit;  the
data would be waiting in a kernel mbuf on the local side

	Donn Cave, donn at drizzle.com




More information about the Python-list mailing list