I am trying to use the _pipe() function to communicate back to the parent from the child process. My question is how does the parent communicate the pipe handle to the child process? If someone has a simple example showing how to communicate back and forth between the parent and the child that would be great! Thanks in advance.