On Fri, 2 Feb 2007, H. Peter Anvin wrote: > The Internet is full of people using this technique, but I haven't found a way > to get a socket which is *not* opened for overlapping I/O. Doesn't WSASocket() w/out WSA_FLAG_OVERLAPPED work for you? I use that and it works just fine with ReadFile/WriteFile (example, I use to to feed std handles to CreateProcess - and those are always accessed with ReadFile/WriteFile by childs). - Davide - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html