Listing # 53823
Reviewed byAnonymouson Fri, 17th August 2007
Writing a server program to be run by inetd is very simple. Each time someone requests a connection to the appropriate port, a new server process starts. The connection already exists at this time; the socket is available as the standard input descriptor and as the standard