K
ken.overton
Hang my head in shame; I only found out yesterday that .NET sockets are
already doing overlapped I/O with IOCPs when you make async calls. The
only problem I see (experimentally via debugging, so I don't know if
it's true), is that each socket gets it's own IOCP. Is there any way
to attach a socket to a specific IOCP, the way you do in Win32?
Thanks,
-- kov
already doing overlapped I/O with IOCPs when you make async calls. The
only problem I see (experimentally via debugging, so I don't know if
it's true), is that each socket gets it's own IOCP. Is there any way
to attach a socket to a specific IOCP, the way you do in Win32?
Thanks,
-- kov