It is. I just implemented it on our system. You need to use v1.1.100 (or later) of H2. If you're like me, and have a embedded database accessed through JDBC, your URL probably looks like: jdbc:h2:file:C:/blah/blah. Just append AUTO_SERVER=TRUE to your URL, and you're good to go:
example: jdbc:h2:file:C:/blah/blah;AUTO_SERVER=TRUE On Oct 13, 8:46 am, Steven <[EMAIL PROTECTED]> wrote: > Hi I just wonder if mixed-mode is available for use? Thanks. > > On 8月20日, 上午8時15分, Steven <[EMAIL PROTECTED]> wrote: > > > Thanks. > > 1) You meantmixedmodewas slower than pure embeddedmodeor only > > slower when remote connection invasion? > > 2) How to start themixedmodein web admin? Can you point out the URL > > to show how? > > > Thanks again. > > > On 8月15日, 下午1時15分, "Thomas Mueller" <[EMAIL PROTECTED]> > > wrote: > > > > Hi, > > > > > Hi, i just wonder how to start in themixedmode, will thatmode > > > > affect the performance comparing to the embeddedmode? Thanks. > > > > The embedded connections are as fast as if the database is used in > > > just the embeddedmode, while the remote (client/server) connections > > > are a bit slower. See > > > alsohttp://www.h2database.com/html/performance.html(compareH2Embedded > > > with H2 Client/Server). > > > > 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 -~----------~----~----~----~------~----~------~--~---
