Re: Is there any method i can use to kill child process after killing parent process in Js

2014-05-05 Thread Benjamin Smedberg
On 5/1/2014 9:24 PM, zero wrote: i fork a process from his parent process using nsIProcess.runAsync() when i kill the parent process , the child process is untraceable. is there any method i can use to kill child process after killing parent process This is a hard problem in general.

Is there any method i can use to kill child process after killing parent process in Js

2014-04-30 Thread zero
i encountered a problem when programming with js api nsIProcess. could you help me to resolve it. i fork a process from his parent process using nsIProcess.runAsync() when i kill the parent process , the child process is untraceable. is there any method i can use to kill child