My application need to create bunch of tasks to do some data
processing. I've tried to prototype a small application that spawns
5000 tasks from the process initiated by cron job, but it seem like I
am hitting some wall, because my test can't spawn more then 1000 tasks
and it is terminated by GAE runtime after 30 seconds.

  Is there any known performance limitations of the Task Queue Java
API or any best practices on how to spawn large number of tasks?

  Thanks

  Eugene

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