Hello Thomas does that mean that if h2 is run in embedded mode in a web application deployed on Tomcat, then it will use the server or client VM depending on the jvm used by Tomcat?
Regards Sagar On Oct 10, 10:02 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > It should be a bit faster when using long running processes, but usually for > H2 it doesn't make a big difference, as disk I/O is the main bottleneck (and > that is usually not avoidable, except if you use in-memory databases or > disable durability). > > Regards, > Thomas > > > > > > > > On Friday, September 30, 2011, SAGSAW wrote: > > Hello > > > Can anyone elaborate on using java -server for running H2 db? > > > Regards > > > Sagar > > > -- > > 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]<javascript:;> > > . > > To unsubscribe from this group, send email to > > [email protected] <javascript:;>. > > For more options, visit this group at > >http://groups.google.com/group/h2-database?hl=en. -- 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.
