On 2018/06/28 9:59 AM, Dan wrote:
I've been going down this road: https://github.com/h2database/h2database/issues/227 trying to figure out how to work around interrupts with MVStore.

Everyone just says use 'retry' or don't interrupt... not interrupting is easier 
said than done with other libraries.

The easiest approach is just to run H2 as a TCP server. Even if it's just inside the same process, the TCP stack will act as a cut-out.

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to