No, I haven't. Interesting idea. I have convinced myself, however, that it is a data store problem. We use the data store currently just to store subscription email addresses, which we use outside the app. Every time someone subscribes, performance tanks, I note the address and clear out the data store, and performance goes back to normal. OTOH, this morning I can't clear out the data store because of:
"Oops! We couldn't retrieve your list of Kinds. Please try again later." Obviously, we don't need to be using the data store for this (we had plans to use it more), so my next project is to stop using it altogether. Sigh! Thanks for the suggestion, though. On Mar 15, 2:59 pm, WillSpecht <[email protected]> wrote: > Has anyone tried deploying a different app to the slow appid then > redploying the old app? > -- 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.
