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
Post a Comment