I am relatively new to server programming and have this basic question.
When a server is established and number of clients are connecting , how do we handle multiple clients ...?
Do we create threads at the server and assign each client one of them ??
Some sample code and links that help me read about this are very helpful.