asynchronous - Async Server handling many clients and messages in C# -


i create server handles multiple clients , handles them in async fashion.

based on link below created code : http://msdn.microsoft.com/en-us/library/w89fhyex.aspx

after inspection of msdn code realized manual event code blocking.

my query solution if server designed accept many connections many clients won't making thread wait until connectcallback tells it finished cause potential connecting clients connecting @ time of waiting timeout or drop?


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -