Hi Antoni, One of the reasons that this request could take this much time is that App Engine may be spinning up a new instance of your application, which can sometimes add a significant delay. Subsequent requests, when your app is already in memory, should be quite a bit faster. Can you confirm that you are seeing these sorts of times on a "warmed up" instance?
Thank you, Jeff On Thu, Jul 9, 2009 at 11:49 PM, Antoni Jakubiak <[email protected]>wrote: > > I'm not satisfied with performance of JDO while persisting 25 entities > in one request. It takes about 4 seconds. > My entity class contains: id, String, String, List<String> (1-5). Any > suggestions? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
