I know that in java when u want to create a high performance server you use nio instead of the regular socket.
So is there such a thing for C#, to create high performance servers?
I know that in java when u want to create a high performance server
Share
Yes,
SocketAsyncEventArgs: