Hi
There's not much to say about a multi-threaded server, the only thing it does is create a new thread for each new connexion, instead of handling all clients in the same thread. All the rest is not specific to the server type and will be the same for both types.