Hey,

My app has been getting a higher number of requests per second
recently and as a result I've seen an increase in the number of
concurrent modification exceptions occurring when I persist objects to
the datastore. The problem arises as I perform a lot of updates on a
particular object and if two or more people make a request for this
object at the same time I see the exception.

My question is, is there a "proper" way to handle this within JDO
other than using normal Java synchronization?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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/google-appengine-java?hl=en.

Reply via email to