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
--
-----------------------------------------< [EMAIL PROTECTED] >---
Tobias Bocanegra, Day Management AG, Barfuesserplatz 6, CH - 4001 Basel
T +41 61 226 98 98, F +41 61 226 98 97
-----------------------------------------------< http://www.day.com >---


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
hsqldb-developers mailing list
hsqldb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers

Reply via email to