Hi,
I switched back from multithreaded to mvcc because multithreaded was
causing too many deadlocks.
But I have a problem.
In my startup script I first start the server and after that try to make
a connection to the database
with an url that has mvcc=true.
This is never succesful however because mu applications have connection
pools that always connect
to the database before my connection in the startup script.
And because the first connection decides whether the database is to be
mvcc or not I am incapable
to ever set the database to mvcc.
Is there a way to set the database to use mvcc before allowing any
connections to it?
- rami
--
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.