Hi Martin, H2 does not use java.nio.channels.FileLock. Locking is done internally without OS specific features. See org.h2.store.FileLock for more Infos.
Regards Christian On Mar 20, 9:30 am, Wildam Martin <[email protected]> wrote: > > There something comes to my mind: In Java file locking is working > differently under different OSes ASFAIK - and e.g. under Windows not > in a reliable way. Did you implement the locking yourself or relying > on file locking from OS? > > -- > Martin Wildam -- 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.
