Quote:
Originally Posted by cromohawk
hi,
is it ok for more than one inetd daemon running at a time?
if not okay, possible to kill the rest and make only one daemon running?
i understand that inetd is a process that enables tcp connections from external sources...kindly advise more on inetd...thanks alot..Happy New Year! 
|
just one inetd should be fine and there is no need for the other one. This itself will spawn other process/service based on the incoming request.
When there is an incoming request which one of them is picking and processing the request?