client-server application design

Posted by nelly on Stack Overflow See other posts from Stack Overflow or by nelly
Published on 2010-06-15T16:48:08Z Indexed on 2010/06/15 16:52 UTC
Read the original article Hit count: 173

Hi, i want to create a client-server application using sockets on .net platform and being new to networking programming and i have a dilemma. The client will send data to server often and also the server will notify clients often. What is the best way to design it? should the server keep a thread to communicate with each client until it quits or just the clients send data to the server and it update the clients regularly(few seconds) or none of those? Some help would be great. Thanks guys.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET