The Python 2.5 runtimes does not support concurrent requests. The Python 2.7 runtime (currently experimental) does.
Cheers, Brian On Fri, Jan 6, 2012 at 1:06 PM, Kaan Soral <[email protected]> wrote: > I think my requests are lightweight. > > I have enabled threadsafe a long time ago but my QPS values for Instances > are 0.1 0.3 1.4 etc > Very low > > I also have a lot of instances like these, 10s of them ( min_idle = 1 ) > > Is there anyone who can confirm concurrency in Python? > > (I think my regular requests should use 0-3mb of ram, but I have no way of > testing it, how can I test it? ) > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/fWBjhEcToosJ. > 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.
