I am to design a server that needs to serve millions of clients that are simultaneously connected with the server via TCP.
The data traffic between the server a
This problem is related to the so-called C10K problem. The C10K page lists a large number of good resources for addressing the problems you will encounter when you try to allow thousands of clients to connect to the same server.