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) > - 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 lower for this handler : > before about 1200-1300 (it was always "orange") and now 618 > > Then I've checked another handler that produce a png file (see this > topic) > :http://groups.google.com/group/google-appengine/browse_frm/thread/749... > > Before, this png handler used about 800-1000 mcycles and now it uses > 400. > > So, I don't know what has changed (if something has changed), but this > is not my code :) > > Nobody else noticed this ? > > Regards > > On 24 nov, 19:01, Marzia Niccolai <[EMAIL PROTECTED]> wrote: > > > 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 000 / day. Before, this request > > > score was from 1200 to 1800 mcycle and > > > now mcycle are lower than 1100. > > > > Another thing, all the scores are very similaire from 1030 to 1060. > > > Before the gap could be very big. > > > > I'm happy ;) but what happened ? > > > > Regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
