i note that hsqldb is currently not using Thread.setDaemon(true) on its threads.
That means that they behave like user threads, and will prevent a program from
exiting, even after the main thread completes.

-mda



_______________________________________________
hsqldb-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers

Reply via email to