[google-appengine] Re: Out of Memory using Blobstore Write API

2012-01-18 Thread Jules
Some additional notes: A previous version of this code that did significantly more but smaller writes ran out of memory much sooner. Event is a db.Model class that is used to record things that happen on our system. There could be 10's or 100's of 1000's processed by this code. A future version

[google-appengine] Re: Out of Memory using Blobstore Write API

2012-01-18 Thread Jules
I've just tried commenting out the f.write(buf.getvalue()). When I do this, the code successfully processes all of the records. Is there something incorrect in the way I'm using the blobstore files API? -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: Out of Memory using Blobstore Write API

2012-01-18 Thread Jules
What I shall try next is processing a batch of records and then closing the file and kicking off a new process, which will start where the old one left off. What I don't know is whether without the finalize the data already written will be lost. Jules -- You received this message because you

[google-appengine] Out of Memory using Blobstore Write API

2012-01-17 Thread Jules
memory. Is the file API holding everything in memory until the finalize or is there a leak in my code? I don't think I can call finalize as after that I can't append to the database. Help? Thanks Jules -- You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread Jules
I am still getting 500 errors too -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] 503 Errors when Deploying

2010-12-01 Thread Jules
I am getting 100% 503 errors when deploying. The console seems to be fixed now though... -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group,

[google-appengine] 90+% of Requests Report Timeout Errors

2010-03-07 Thread Jules
that have been marked as resolved. Has some change to App Engine been made that would make our previously fast app slow? Is there a problem with the datastore? Our appid is gwigomap. Thanks, Jules -- You received this message because you are subscribed to the Google Groups Google App Engine