Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] uDig shutdown & threads

I dont' really have a good answer here. I suppose that is one option you have. Let me know if you come up with a better solution. I'm interested in similar issues.

Jesse

Vincent Nouguier wrote:
Hi,

I have a few threads running that haved to be stopped cleanly at shutdown.
They execute infinite loop that I break on MyPlugin.stop().
My problem is that they need some time to stop cleanly and that the framework doesn't let them this time. Is there a good practice to ensure that the framework will wait for my threads ? My first idea is to wait in the MyPlugin.stop() method until the end of the last thread. Is it a good idea ?

Vincent
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top