hello, i'm creating an Asynchronous socket programming in vb.net. i've utilised the code from Asynchronous client and server code frtom the following links:
http://msdn.microsoft.com/en-us/library/fx6588te.aspx for server program
The client program is present in the same link in /bew39x2a.aspx(sorry i'm a new user so could post only one link fully)
When I try to connect the for more than one client the second client always waits until the first client completes the call. i want the clients to accept calls at the same time... Does WCF help to make multiple clients to accept calls at the same time??? if so what is WCF and how will it help. Or is there any other concept which can help???
Any queries about the programs, please follow the above links. tell me the program for this. its very urgent for my project and i'm a novice in socket programming.
Thank you in advance