On Fri, Jan 3, 2014 at 6:49 PM, Famco <[email protected]> wrote:
> However, what totally sucks is the DriverManager.getConnection (), which in
> fact needs almost seven seconds to return. Since I plan to use 12 threads,
> each with a connection that is quite a problem during startup of the system

That will affect only the first connection, since the first connection
is the one that loads all of the initial metadata for the database.
The other connections will take a lot less time.

-- 
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.

Reply via email to