|
Multithreading is not needed to serve multiple clients. It can be as simple as having an array of connected clients (A connected client being state information and a socket) that you loop through and process at a set interval.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270
|