[google-appengine] Re: Advice on dealing with high CPU consumption in fetch + parse script

2009-02-25 Thread Sérgio Nunes
Atom feeds (simple field extraction)? Finally, what is the best way to measure how long is my code taking on each task? Thanks again, -- Sérgio Nunes On Feb 25, 12:51 pm, "Scott Seely" wrote: > Are you doing anything other than parsing the XML? Also, how big is the Atom > feed? >

[google-appengine] Advice on dealing with high CPU consumption in fetch + parse script

2009-02-24 Thread Sérgio Nunes
fewer items to parse, or less calls to urlfetch with more items to parse. Any other option I am missing? In a nutshell, what is the best (optimized and scalable) way to periodically fetch and parse an Atom feed. Thanks in advance for any comments, -- Sérgio Nunes

[google-appengine] Re: Grouping and counting in GAE... advice needed

2009-02-23 Thread Sérgio Nunes
reviewing my model. However I am still very interested in receiving feedback from the community on this issue. -- Sérgio Nunes On Feb 23, 4:45 pm, Brandon Thomson wrote: > Hi Sergio, > > How about this: > > class item(db.Model): >   numVotes = db.IntegerProperty() >  

[google-appengine] Grouping and counting in GAE... advice needed

2009-02-22 Thread Sérgio Nunes
awed? Or is this simply a problem for which GAE is not the best option? Thanks in advance for your comments, -- Sérgio Nunes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post