networking - Multithreaded TCP server in C#? -


i need , running mt tcp server implemented in c#, proof of concept. looking open source implementation of such multi-threaded tcp server in c#.

i came across link, decade old!. can't seem find more recent. aware of more recent implementation of mt tcp server?

there relatively complete sample of highly scaleable tcp server @ http://msdn.microsoft.com/en-us/library/system.net.sockets.socketasynceventargs.aspx.


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -