Netprog 2002 - Client/Server Issues
28
Pre-threaded Server
lSame benefits as pre-forking.
l
lCan have the main thread do all the calls to accept() and hand off each client to an existing thread.