I'm trying to understand if when the application will be public, it will exceed quota. At the moment I'm test it by myself and I get some concerning data from the Current Load panel in the Dashboard. In fact the main script of the app shows me the current data:
Requests last 3 hrs Avg CPU last hr % CPU last 3 hrs 110 662 99% The % CPU is definitely concerning since I tested the application alone in few minutes and got to the 99% for the last 3hrs!!! Unfortunately the mentioned script returns more than 2k entities, each request returns 50 and they are executed as soon the client application start if the local cached data is older than a day. I understand that this kind of application/approach is not the most suitable for GAE CPU limits, and I for this reason I cache the results with memcache for an hour. I am definitely concerned about the suitability of GAE for this kind of application. What is your opinion? Is GAE gonna be able to handle it of I have to change totally approach? (loading lazily all the records) Thanks, chr --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
