Could someone confirm if my thinking is correct regarding the status
of datastore  if the 30 seconds timeout occurs in the timeline below?

start of servlet
...
some process
...
transaction start
... <--- a) 30 second timeout!
some process
... <--- b) 30 second timeout!
commit transaction
... <--- c) 30 second timeout!
close persistence manager
... <--- d) 30 second timeout!
process
... <--- e) 30 second timeout!
end of servlet

A) not committed
B) not committed
C) committed
D) committed
E) committed

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