April 2000
Beginner to intermediate
576 pages
10h 24m
English
inetd DaemonEach server running under UNIX offering a service normally executes as a separate process. When the number of services being offered becomes large, however, this becomes a burden to the system. This is because resources must be allocated to each server process running, even when there are no current requests for the services being offered.
Additionally, it can be observed that most server programs use the same general procedure to create, bind, listen, and accept new client connections. A similar observation can be made for connectionless server operation.
In this chapter, you will learn about
What the inetd daemon is
How inetd solves the server resource utilization issue
How inetd simplifies the writing of servers ...
Read now
Unlock full access