When looking at the Appstats graphs for my Google App Engine/Java application, I sometimes see gaps of seemly unexplainable time between RPCs. In the attached screenshot, there is a gap of almost 2 seconds between two calls to MemcacheService.get from a for-loop. This behavior does not appear when I run the code locally. How can I investigate the cause of anomalies such as this one, when my code is running in the App Engine cloud?
Apparently SO wont let me post images, so here's a link to the graph: http://i.imgur.com/bbCXr.jpg