I also thought that backends were single threaded, it was hard to find documentation saying one way or the other but after analysis of my logs I indeed confirmed I was running a number of concurrent requests on my B1 python27 runtime backend.
-Robert On Mon, Aug 6, 2012 at 9:18 PM, Amy Unruh <[email protected]> wrote: > > On 7 August 2012 14:14, Kyle Finley <[email protected]> wrote: > >> Amy, >> >> Are backends limited to 10 concurrent requests like frontend instances? >> > > Yes-- the limits are the same as frontend instances. Actually, at the > moment the limit is 8 for python, and 10 for java. > > > -- > 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.
