Sample Header Ad - 728x90

How does inetd transfer control to respective services?

1 vote
3 answers
486 views
How does inetd transfer control to the service, Below is my understanding * inetd listens on every port mentioned in /etc/inetd.conf * If a client make a request to one of the port that inetd listens then inetd transfers control of that request to a service by spinning it as a child process by looking /etc/inetd.conf * It is acts as multiplexer. My doubt is below * How the request is handover to the child process (respective service daemon)? * Already connection is made on the port by inetd so child process can't that port again until the inetd releases that port. If inetd releases that port then existing client connection will be droped (kindly correct me if my understanding is wrong).
Asked by Karthik Nedunchezhiyan (825 rep)
Mar 14, 2020, 11:44 AM
Last activity: Mar 16, 2020, 07:00 AM