We have a product that uses multiple threads to load data into a
database. If there is a problem, the controlling thread sends an
interrupt to each of the threads to stop processing. Apparently the
interrupt is ignored by H2 so any threads that are waiting on a lock
never see the interruption and don't know to shutdown. I saw a
discussion thread from 2007 on this, but nothing since. Is there an
open issue with properly handling a thread interrupt request?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to