Hi,

>> By default, yes, the database is closed when the last connection is
>> closed. You can prevent that using the DB_CLOSE_DELAY, see also
>> http://www.h2database.com/html/grammar.html#setdbclosedelay

This is still the case.

> But I experiment a different behavior. When doing quite important
> operation (like inserting 50.000 rows), after the connection.close(),
> I still have to wait like 1500 millisec before being able to delete
> the DB files.

Do you, after the close() call returns? It shouldn't be the case.
Maybe there are other connections open? Do you have a reproducible
test case for this?

Regards,
Thomas

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