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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -