Grant Edwards wrote:
 > Peter Hansen wrote:
 >
 >
 >>2. I'm not at all sure that accessing the same socket object
 >>simultaneously from two threads is safe.
 >
 > It's OK under Unix.  Having one thread handle rx and a
 > different one handle tx is a pretty widely used method.
 >
 > Don't know about Win32...

A thread for send and one for recv is also frequently used with
Winsock. Can anyone vouch for the Python wrapping?


-- 
--Bryan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to