On 3/15/2012 5:53 PM, Shawn Heisey wrote:
Is there any way to get get the threads within SUSS objects to immediately exit without creating other issues? Alternatively, if immediate isn't possible, the exit could take 1-2 seconds. I could not find any kind of method in the API that closes down the object.
I've worked this out by getting rid of the SignalHandler stuff and implementing a shutdown hook. Now I am only waiting for specific threads to exit, not all threads running in the VM. A couple of bonuses: 1) No more compiler warnings. 2) Now I have a final message in the logfile saying the program is terminated.
Thanks, Shawn