Netprog 2002 - Client/Server Issues
24
Pre-forked Server
lCreating a new process for each client is expensive.
l
lWe can create a bunch of processes, each of which can take care of a client.
l
lEach child process is an iterative server.