When writing a socket server, the author had to choose between using a Single Thread technique and using a Multithread technique. He discovered the Multithread technique has several advantages.
Multithread server class with example of HTTP server
Published 10/03/2001
