--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
http://code.google.com/appengine/docs/java/tools/appstats.html
Robert
http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html
Robert
It really sounds like you need to look into batching your datastore
operations to reduce the number of RPCs. Using Appstats to examine
the calls being made should help you.
Robert