Handling large numbers of sockets with .NET

Posted by Dreaddan on Stack Overflow See other posts from Stack Overflow or by Dreaddan
Published on 2011-01-11T23:07:32Z Indexed on 2011/01/11 23:53 UTC
Read the original article Hit count: 139

Filed under:
|
|

I'm looking at writing a application that need to be able to handle in the region of 200 connections / sec and was wondering if C# and .NET will handle this or if I need to really be looking at C++ to do this?

It looks like SocketAsyncEventArgs may be the way to go but thought id check before I plough in to it.

Each transaction should only last less than a second but could take up to 15 seconds each if that makes any difference.

© Stack Overflow or respective owner

Related posts about c#

Related posts about sockets