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