|
From: Campbell Boucher-B. <lor...@sa...> - 2005-10-18 14:17:41
|
Patch submitted at: http://sourceforge.net/tracker/index.php?func=detail&aid=1329486&group_id=23316&atid=378133 On Tue, 2005-10-18 at 03:02, Tobias Bocanegra wrote: > hi all, > i noticed that after shutting down an embedded database, the thread of > the HsqlTimer is still running. i quickly checked the source code, but > i could not find a reference to HsqlTimer.shutdown(), so i think it is > never called. > > this results in a problem for example when using hsqldb embedded in a > webapp. the threads keeps on running and the webapp classloader cannot > be GCed. > > my workaround would be to call DatabaseManager.getTimer().shutdown() > after my webapp is shutdown. what is your opinion ? > > regards, toby |