G
Guest
Hi,
There are are two app,named App1 and App2.
When run App1, it will run App2 automatically.
On the other hand, when terminate App1, App2 will aslo be terminated.
I think App1 and App2 in a different domain, how to communicate them?
I don't want to use process.kill() method to find and kill app2 process
when App1 terminated.
does "delegate" can do it?
There are are two app,named App1 and App2.
When run App1, it will run App2 automatically.
On the other hand, when terminate App1, App2 will aslo be terminated.
I think App1 and App2 in a different domain, how to communicate them?
I don't want to use process.kill() method to find and kill app2 process
when App1 terminated.
does "delegate" can do it?