Thanks Vadym.
"Vadym Stetsiak" wrote:
> Hello, Rollo!
>
> Here are good resources on async sockets performance and scalability
>
>
http://msdn.microsoft.com/msdnmag/issues/05/08/HighPerformanceSockets/default.aspx >
>
http://www.coversant.net/Coversant/Blogs/tabid/88/EntryID/10/Default.aspx >
> --
> With best regards, Vadym Stetsiak.
> Blog:
http://vadmyst.blogspot.com >
>
> You wrote on Wed, 5 Sep 2007 06:18:00 -0700:
>
> R> Hi:
>
> R> I understand from all the theory that overlapped i/o is good.
> R> However, I have not found any good resource for what it means to
> R> take advantage of it from System.Net.Sockets.
>
> R> I am writing an asynchronous tcp client using System.Nets.Sockets.
>
> R> Do all I have to do to take advantage of the WinSock 2 level
> R> overlapped I/O is set UseOnlyOverlappedIO to true on every instance
> R> of the socket class that
> R> I create?
>
> R> Thanks.
>
>
>