Anyway in java to way for the child process to wait for parent process to die

2009-11-11 Thread Paulo Levi
In process builder.

Re: Anyway in java to way for the child process to wait for parent process to die

2009-11-11 Thread David Holmes - Sun Microsystems
Paulo Levi said the following on 11/12/09 05:31: In process builder. No. I'm not aware of any OS support for waiting for a parent process to die. David Holmes

Re: Anyway in java to way for the child process to wait for parent process to die

2009-11-11 Thread Paulo Levi
It's ok. I think i worked around it by marking shutdownhooks with a specific name and join()-ing them in another shutdown hook. Then i can restart the application safely. It's not very obvious though. On Wed, Nov 11, 2009 at 10:29 PM, David Holmes - Sun Microsystems wrote: > Paulo Levi said the f

Re: Anyway in java to way for the child process to wait for parent process to die

2009-11-11 Thread Christos Zoulas
On Nov 12, 8:29am, david.hol...@sun.com (David Holmes - Sun Microsystems) wrote: -- Subject: Re: Anyway in java to way for the child process to wait for paren | Paulo Levi said the following on 11/12/09 05:31: | > In process builder. | | No. | | I'm not aware of any OS support for waiting for