Handling Multiple Users
HTTP servers/Application processors must
hand multiple client requests.
How to run application processes:
Within the server process itself
One separate server process per request
Some combination of the two (e.g., threads)