Steve Holden wrote: > Hendrik van Rooyen wrote: >> Are sockets full duplex? >> > Yes. But you have to use non-blocking calls in your application to use > them as full-duplex in your code.
Hmmm... I'm missing something. Suppose I have one thread (or process) reading from a blocking-mode socket while another is writing to it? What stops it from being full duplex? -- --Bryan -- http://mail.python.org/mailman/listinfo/python-list