G
Guest
Hi:
Is there a discussion group for System.Net issues? I would appreciate this
post getting redirected there if there is one:
I understand from all the theory that overlapped i/o is good. However, I
have not found any good resource for what it means to take advantage of it
from System.Net.Sockets.
I am writing an asynchronous tcp client using System.Nets.Sockets.
Do all I have to do to take advantage of the WinSock 2 level overlapped I/O
is set UseOnlyOverlappedIO to true on every instance of the socket class that
I create?
Thanks.
Is there a discussion group for System.Net issues? I would appreciate this
post getting redirected there if there is one:
I understand from all the theory that overlapped i/o is good. However, I
have not found any good resource for what it means to take advantage of it
from System.Net.Sockets.
I am writing an asynchronous tcp client using System.Nets.Sockets.
Do all I have to do to take advantage of the WinSock 2 level overlapped I/O
is set UseOnlyOverlappedIO to true on every instance of the socket class that
I create?
Thanks.