PPT Slide
Most Unix systems provide a “SuperServer” that solves the problem:
- executes the startup code required by a bunch of servers.
- Waits for incoming requests destined for the same bunch of servers.
- When a request arrives - starts of the right server and gives it the request.