You'd probably pick a batch size, then iterate over it with Task
Queues and cursors, storing the cursor somewhere to be used by the
next executed task:

http://code.google.com/appengine/docs/java/datastore/queriesandindexes.html#Query_Cursors

On Wed, Mar 24, 2010 at 10:02 AM, prgmratlarge <[email protected]> wrote:
> If I want to do one process on each entity in my datastore, how do you
> think I can best set this up using task queues.
>
> (each process requires a bit of latency)
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" 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?hl=en.
>
>



-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

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

Reply via email to