And with out your code we can't help tell you want is broken.. Your increase in times could just be you added 10k records do your database, or some api call you make goes slow.
Use Logging to keep a running timer of when events fired so you can see how long things are taking and where your delays are. -Brandon From: [email protected] [mailto:[email protected]] On Behalf Of Sarang Sent: Monday, May 23, 2011 10:07 PM To: [email protected] Subject: Re: RE: [google-appengine] Poor performance since the past 2-3 days Sorry, I don't see how we can justify these high response times. The app engine is practically useless for me if this continues (and I get no response from Google). I still feel this is a bug as this was not happening in the past and I would love to try and get down to see why this is happening if someone can give me pointers on what to look for. Here are couple more high response times I got today: 2011-05-23 16:35:47.081 / 200 911801ms 746cpu_ms 15kb AppEngine-Google; (+http://code.google.com/appengine) 2011-05-23 16:24:29.013 / 500 1217933ms 326cpu_ms 0kb AppEngine-Google; (+http://code.google.com/appengine) Some of them are getting this "The process handling this request unexpectedly died. This is likely to cause a new process to be used for the next request to your application. (Error code 203)" Sarang -- 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. -- 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.
