hi, all
i m trying to code Client server model in C++.
Do we need a thread to handle a client means per client a thread is to be generated. Is there any other way so that we can handle more numbers of clients with some limited threads?