Skip to main content

In my project I want to initiate a child process from a Parent Process. I Would be using IPC event to connect my child process but I want to start the child process using API's .


Can someone suggest how we can interact with or start child process with the reference of parent process ID.


 


Regrds,


Taher

Why do you need to use the API? The IPC has pretty much the same functionality.


Reply