OK.Let me clarify it. 1)Auto_server provides a new access method to embedded mode since in old embedded mode only one process could possible access the db. 2)Mixed mode means starting a server listening on a port along with a embedded mode enable, while remote access to the db is possible.Meanwhile,the embedded mode still working as fast as without server listening.
Am I correct? On Oct 16, 3:04 am, "Thomas Mueller" <[EMAIL PROTECTED]> wrote: > Hi, > > > if it affects the performance when the port is always listening in my > > application. > > No, it doesn't affect performance. > > > 1.0.71 version.How could mixed mode work? > > 'Mixed mode' can mean two things. One is: start a server manually and > then connect to it. See > alsohttp://www.h2database.com/html/features.html#connection_modes- this > works since a long time. > > The feature AUTO_SERVER is quite new and requires version 1.0.79 > (2008-09-26) or newer. If it works with an older version that would be > strange. In fact it should throw an exception, except if you also use > ;IGNORE_UNKNOWN_SETTINGS=TRUE (in which case AUTO_SERVER is simply > ignored). > > 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 -~----------~----~----~----~------~----~------~--~---
