I'm using the task queue to do some batch processing on many datastore
entities with some kind of home-brewed MapReduce mechanism.
When running in development mode all tasks are getting executed very
quickly but on App Engine I get only ~120 tasks per minute.
Each task spans a single transaction.
I've searched the docs but did not find any info why the tasks are
getting executed so slowly.
I remember from one of the Google IO talks that the is some
transaction per seconds limit but I'm not sure.
Can someone give me some insight?

Thanks,
Daniel

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