[google-appengine] Re: datastore glitch/corruption?

2009-11-20 Thread ussuri
On Nov 19, 9:57 pm, Julian Namaro namarojul...@gmail.com wrote: The datastore is 100% reliable even if the datastore Java/Python APIs might not be. What framework and libraries do you use? Is this live on appspot.com or the local dev server? It looks like there is an unauthorized write

[google-appengine] datastore glitch/corruption?

2009-11-18 Thread ussuri
I'm experiencing weird data corruption issues that seem to be caused by a glitch in the datastore. There is a chance that there is a bug in my code, of course, but I have spent hours looking for holes and I see none. Basically, I have an entity (table) with several content fields and two tracking

[google-appengine] App Engine flaky?

2009-01-23 Thread ussuri
Hello! I uploaded the first version of my app yesterday, and at once I had problems with db errors: the same request (add A, update a counter in B) raised an error three times in a row: A was added, but B was not updated for some reason until the fourth try. And on the fourth try everything

[google-appengine] App datastore vs. user datastore

2008-12-23 Thread ussuri
Hello! Is there a way to store app data in the user's dataspace (those 7gb each user has for gmail, docs, etc.)? This way each user will be responsible for keeping their quotas, and not the app. Thanks! --~--~-~--~~~---~--~~ You received this message because you