Quite a few people do that already and it works fine. The database performs locking internally to make sure the updates are synchronized.
David Marko wrote: > Is it save to use H2 in embedded mode in web application? I mean if(or not) > there are some potential concurrency > issues when two users issue database updates(different records) at the same > time or so ?? > > Thanks for reply ... > -- > You received this message because you are subscribed to the Google Groups "H2 > Database" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/h2-database/-/pnftMPpAZTMJ. > 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.
