Hi,

> I checked the documentation and I can't find a place where we explain that.

I'm not sure if you talk about the auto-server mode or the in-memory database.

Auto-server mode:
http://h2database.com/html/features.html#auto_mixed_mode (I will try
to extend the documentation to be more clear, it looks like it's not
easy to do that).

In-memory databases:
http://h2database.com/html/features.html#in_memory_databases "To
access an in-memory database from another process or from another
computer, you need to start a TCP server in the same process as the
in-memory database was created. The other processes then need to
access the database over TCP/IP or SSL/TLS, using a database URL such
as: jdbc:h2:tcp://localhost/mem:db1."

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 h2-database@googlegroups.com.
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to