[google-appengine] Re: mcycles calculation has changed ?

2008-11-24 Thread Marzia Niccolai
Hi Sylvain, What kind of requests are done in this handler? Thanks, Marzia On Mon, Nov 24, 2008 at 8:54 AM, Sylvain <[EMAIL PROTECTED]> wrote: > > Hi, > > I didn't upload a new version since 1 month and now the mcycle/request > is lower than before. > > The main request is requested about 10 00

[google-appengine] Re: mcycles calculation has changed ?

2008-11-25 Thread Sylvain
Hi Marzia, This handler use these main functions/modules : - url.urlfecth (XML file) - xml.minidom (parse this XML) - basic strings manipulation (to produce an atom feed from the XML) - ziplib.compress/decompress (store the XML in a blob) - db.put() Even the average (Avg CPU, last hr) is a lot

[google-appengine] Re: mcycles calculation has changed ?

2008-11-25 Thread Thyako
I noticed the same with my app. I thought it was related to issue 814: http://code.google.com/p/googleappengine/issues/detail?id=814 ~Thiago On Nov 25, 8:15 am, Sylvain <[EMAIL PROTECTED]> wrote: > Hi Marzia, > > This handler use these main functions/modules : > > - url.urlfecth (XML file) > - x

[google-appengine] Re: mcycles calculation has changed ?

2008-11-28 Thread Sylvain
Hi, Strange. I've done minor updates and now it back to 1500 mcycles for this handler. An now i've got one : "This request used a high amount of CPU, and was roughly 2.2 times..." with 2335mcycles. It is more than 1k mcycles than last week before the update. Regards. On 26 nov, 00:55, Thyako