am sorry, yes, I see it working, I think I tried it before, am not sure now, also not sure what I was drinking. Tried with multithreaded ON with the h2 version am using and it works. Anyway I wrote what I wrote after just reading something in the docs online, this got me confused: (see end of first paragraph) it seems it refers then to using only 1 connection. Im mentally impaired sorry xd
"This database is multithreading-safe. That means, if an application is multi-threaded, it does not need to worry about synchronizing access to the database. Internally, most requests to the same database are synchronized. That means an application can use multiple threads that access the same database at the same time, however if one thread executes a long running query, the other threads need to wait. An application should normally use one connection per thread. This database synchronizes access to the same connection, but other databases may not do this." -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
