Re: Can 2 Threads initiate Overlapped I/O (WSARecv / WSASend) on same socket?

At 11:21 AM 6/7/03 +0400, Maxim S. Shatskih wrote:

Using Berkeley routines on NT4, it is fine to use socket from
different threads, I remember doing this in late 1996.

I believe my data was related to using I/O Completion Ports with sockets,
where it was strongly recommended (and my own experiences echoed) that it
was unwise to service a socket from multiple threads.

RLH