Hi, i am trying to make the most of my free quota basicly i am developing an Iphone app selling for 1$ and making use of the google app engine backend, the fact that the only source of income is the selling of the app I can not afford to have to pay for the ungoing service for the app... its a very simple service I only store one 'users' table of data so to use all of the api calls (657,000) provided by the free quota I plan on reading the users table and work ( read/write ) with the in-memory usersArray in my application. The thing is, if the app is idle for to long the instance is turn off and all my data is lost... So I would like to know if I use a conjob to ping or call my service regularly to comit my usersArray to bigTable if this would work ? Any feed back on this would be appreciated, I am very much of a noob when it comes to backend stategies Thanks...
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/o13RDfUAvKEJ. 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.
