hi,

I could use a clarification about transactional tasks.

My understanding was that a transactional task is enqueued if and only
if the transaction succeeds, but is performed outside the transaction
(so, is not restricted to objects in the same entity group as the
transaction, and does not share the same Datastore 'snapshot' seen by
the transaction).

But, the documentation states that "tasks added within a transaction
are considered to be a part of it and have the same level of isolation
and consistency."  This seems to imply something different than what I
had been thinking. What does 'same level of isolation and consistency'
mean here?

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to