I am using a modified version of the TaskCloud example to read/write my own data.
While testing on a a deployed version, I've noticed that the round-trip response time is slow. While using WiFi on my Android device, I get a 100ms ping response to appspot.com. I have changed the AppEngine application to do nothing (The Google Dashboard shows <100ms Average Latency). The problem is that the time it takes for HttpClient client .execute(post) is about 3 seconds. (This is the time when an instance is already loaded. No warm-up time.) Any suggestions would be greatly appreciated. *EDIT*: I've watched the video of Google I/O showing the CloudTasks Android-AppEngine app, and you can see that refreshing the list (a single call to AppEngine) takes about 3 seconds as well. The guy is saying something about performance which I didn't fully get (debuggers are running at both ends?) The video: http://www.youtube.com/watch?v=M7SxNNC429U&feature=related Time location: 0:46:45 -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/7ZUBFAGfoPEJ. 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.
