Re: [Proxool-developer] Re: [Proxool-user] warning messages
UNMAINTAINED!
Brought to you by:
billhorsman
From: Bill H. <bi...@lo...> - 2004-04-22 19:39:18
|
Michael, On Thu, 2004-04-22 at 20:26, Michael Hoefer wrote: > Now as far as I've read, you are now allowed to remove shutdown hooks > after a shutdown has been initiated. I think you meant "/not/ allowed"? > ProxoolFacade should be refactored to not remove any shutdown hooks > when called from the shutdown hook itself. I'm surprised nobody else > has seen this...am I missing something? Nope. It's a known problem. The latest code in CVS copes with it, albeit in a clumsy way. It still tries to remove the shutdownHook but it spots an IllegalStateException and silently ignores it. Perhaps we could do that in a smarter way. - Bill |