Hi there, my name is Remco Nonhebel
I'm writing a program (I called it wpbd) that has to be started by
inetd, okay, I
got that working. This program has to kill another process (called
WPBHost), that's working too, but when the socket is closed, at the end
of wpbd, the WPBHost-program
has to be started again. Now there I have a problem. wpbd is
cummunicating, using the inetd.
To create the new WPBHost process I use fork and execve. When I close
the connection with the client, the WPBHost program is also killed by
the inetd, and that is exacly NOT what I want. I heard that my newly
created WPBHost is at that point a member of the inetd. How can I make
sure that it is not, so that it won't be killed when I close the socket.
If anyone has any ideas, I would be very thankful
Oh, before I forget, could you please reply to: [EMAIL PROTECTED]
greetings and thanks Remco
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null