Thanks for the reply.
Yes, the child process will be continuing to run, however it does not have dependent files in the parents' package.
My startup.nw does this
1) decrypt the child.nw file & write the output into a newtmp folder
2) start the child.nw node webkit process ( it takes the child.nw file from the newtmp folder)
3) Wait for some specified time and exit ( as I am not sure how to signal back from the child to the parent, I just wait for few seconds )
Now on the parent process exit, the newtmp folder I am deleting.
1) The child process does not have any dependencies on the files in the parent process's extracted "nw" folder in temp. Still the parent process nw folder doesnt get deleted. Is this normal ?
2) How can I know the parent's process nw folder name (in temp) if I have to manually delete it ?
Thanks in advance
Uma