I'm working on a fairly basic App Engine app. It receives AMF messages (using OpenAMF) from a Flash app and saves the data in the data store. When I run the app using the development server, it takes 100-300 milliseconds to create/update data in the local datastore. When I deploy it to app engine, it usually takes 3-4 seconds to do the same thing. I'm wondering if this performance difference is to be expected, or if I'm doing something inefficient in my code.
Any advice? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
