Hi,
> hey,
>
> it seems two processes, webserver (dynaserver) and hypersonicSQL do not
> close properly on Linux and don't really close their threads like it they
> are supposed to.
>
> That is usually due to the fact that thread.destroy is not implemented and
> it is recommended to set a flag in your code to properly shut down the
> thread.
>
> If you ask me it is way too hacky for my taste but it seems that there is
no
> way around
>
If one says "setDaemon (true)" for a thread the VM doesn't expect
it to terminate. I have used this in my own applications for threads
that never terminate.
Ari S.
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development