What you're probably seeing is your JVM being shut down due to inactivity after 60-180s. The next request that comes in needs to spin up a new one (1-2s, plus 3-5s on your first call to JDO).
See my other post from today in a different thread - http://groups.google.com/group/google-appengine-java/browse_thread/thread/2eddb99137619872 On Mar 26, 5:09 am, HotlineApp <[email protected]> wrote: > Why the system keeps giving a slow response to my HTTP request > (written in Serlvet)? It is around 6000 ms per request for a very > simple call (to post a string then get the a returned string from app > engine data store). My app is using SSL, does it matter that? Pls > Help! > > thx. > > Endrew -- 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.
