Ok question is simple. I create a child process in a parent process. They are communicating with pipeline but that is not important. I want to detect if my child process closed, interupted, or may be throw an exception. Basicaly i want to control my child process. But in search of 2 days i couldn't find any way to do it in WINDOWS and i am getting frustrated to google about getting same "linux" solutions. None of the solutions in stackoverflow, given below, works for me.
Send messages from child process to parent
How can I send messages (or signals) from a parent process to a child process and viceversa in Perl?