[google-appengine] CPU usage charges against datastore

2009-09-26 Thread RunningCloud
I wrote a script on a page to delete about 1500 entities by key. The whole process took about 20 seconds over 3 or 4 web requests. I was dinged about 25 minutes of CPU time, or about 75 times what it actually took assuming I pegged an entire CPU during those 25 seconds. My app is still under con

[google-appengine] Re: CPU usage charges against datastore

2009-09-27 Thread RunningCloud
ng for 1 hour of CPU. > > Depending on how your app is written you my be billed more or less than the > real world clock. > > > > -Original Message- > From: google-appengine@googlegroups.com > > [mailto:google-appeng...@googlegroups.com] On Behalf Of Runnin

[google-appengine] Re: Pass entity key to template engine

2009-09-27 Thread RunningCloud
I think str(i.key()) gets you a long string you can use. key itself is an object. Note case and function syntax. On Sep 27, 12:53 am, SiVi wrote: > Hi > > Is there a way to pass Key of entity to template engine from Results > variable? > > something to be access from template like > {% for i in

[google-appengine] Re: Datastore Key ID Key Name

2009-09-27 Thread RunningCloud
db.Model.key().name() On Sep 24, 11:46 pm, applestar wrote: > Dear all >         I have a question: >         datastore have three fields "   " default >         I can get use db.Model.key() >         but how can I get other? > > thanks ! --~--~-~--~~~---~--~~

[google-appengine] The no-brainer integration with Google Checkout is missing.

2009-03-16 Thread RunningCloud
Hmmm. -- Cannot use the notification API because no support for HTTPS on custom domains -- Cannot use the polling API because no scheduled tasks can run If there is some way to Google Checkout now with GAE, I would think this would be the #1 cookbook or sample application. Or simply built in