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