I have a process that fork()s in order to continually send data to the child via a pipe. If the child crashes, I need to be able to restart it so the parent ca
fork()