I am making a service which listens at a TCPIP port and forks every time
a client connects. When the child process finishes, I guess I need to
catch it from the parent process using wait3(). I seem to be having some
problems that the parent dies when it catches the child. Removing the
wait3() solves the problem.
Does anybody have some examples or can refer me to a good book on the
subject?
Thanks.
Lars Kraack