Pre-forked Server
l Creating a new process for each client
is expensive.
l We can create a bunch of processes,
each of which can take care of a client.
l Each child process is an iterative
server.