Hi, > it is mentioned that 24/7 operation is not well tested.
Yes. > I am looking at a always on web based application using H2 as the database. It depends what you mean with "always". If you mean more than 99.9%, then I suggest to use a cluster, because of possible hardware failures. Still, I suggest to make regular backups (to a different device is possible), for example using the SCRIPT statement. Regards, Thomas On Thursday, September 29, 2011, SAGSAW wrote: > Hello Everyone > > In the FAQs, for the question Is it Reliable? it is mentioned that > 24/7 operation is not well tested. > > I am looking at a always on web based application using H2 as the > database. > > So, can anyone elaborate or give me the confidence to go ahead dont > worry? > > Regards > > Sagsaw > > -- > 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. > > -- 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.
