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
-~----------~----~----~----~------~----~------~--~---

Reply via email to