|
From: Leif M. <le...@ta...> - 2004-05-26 06:27:54
|
Sergey,
This works the same way that calls to System.exit does. Such calls
are not
expected to be returning by the calling code.
What are the case(s) where you are running into problems?
Cheers,
Leif
Sergey Samokhodkin wrote:
>Hello wrapper-user,
>
>What is the purpose of blocking non-first threads in
>WrapperManager.stopInner()?
>I mean, why not to let them off?
>This seem to cause the Wrapper to hang
>instead of exiting in certain cases.
>
>
|