Hi, I don't know how to best solve this, sorry. What you could try is using the automatic mixed mode, see http://www.h2database.com/html/features.html#auto_mixed_mode
Regards, Thomas On Wed, Mar 11, 2009 at 6:53 PM, Parco <[email protected]> wrote: > > the IIS work process may restart cause by recycle. > When the process is recycled, the process would not be terminated > before start another new process, the new process would start first > and then close the old existed process. > > Then, now the problem is, the H2 engine in the old process would still > lock the database files and the H2 inside the new process would fail > to open the database files and return error exceptions. > > So, how can I solve this situation without any visible performance > decrease? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
