Pre-forked TCP Server
l Initial process creates socket and binds
to well known address.
l Process now calls exec() a bunch of
times.
l All children call accept().
l The next incoming connection will be
handed to one child.