Hi, >> jdbc:h2:~/test;PRIVATE=TRUE. Is this what you are looking for? > But Perfomance test in muiti-thread server mode > achieved very good result in my environment. > > If multi-thread mode is stable(again, I just only use > H2 Database for executing 'SELECT' statement which > does not need synchronization), I think I do not need > 'PRIVATE' option.
That's true, when you don't update the table then the multi-threaded mode should be unproblematic. In any case I will implement the PRIVATE=TRUE in the next release. I need it to test the new AUTO_SERVER and AUTO_RECONNECT features, and it turned out it's quite easy to implement. 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 -~----------~----~----~----~------~----~------~--~---
