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 also
http://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to