Netprog 2002 - Client/Server Issues
25
Pre-forked TCP Server
lInitial process creates socket and binds to well known address. lProcess now calls exec() a bunch of times.
lAll children call accept().
lThe next incoming connection will be handed to one child.