[google-appengine] Long Response times?

2009-11-23 Thread Magnus O.
Hi, I just started developing with python and google app engine and my first project is to build a small easy proxy server to enable cross domain xml requests from the client. I'm experiencing logn response times in all python handlers. Static files as being served fast but python handlers are

Re: [google-appengine] Long Response times?

2009-11-23 Thread Ikai L (Google)
What part of this application is slow? Is it just slow in development mode? The link you sent out seems to load reasonably fast. What may be happening is that your application may be cycling out. We do this to dynamically adjust the number of instances to match the level of load your application