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

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -