Can somebody explain a little bit more this active request limit ? I noticed that my app has 6 concurrent requests limit, but it is still in development stage.
'...within the free quotas can process around 30 active dynamic requests at any given moment...'. What does '... within the free quotas..' mean ? Could my app serve 100 concurrent user if every my request processing time is 1000ms (hypothetically) and I am still under free quota with no billing setup, or would 70 user wait for their turn or even get some exception ? I understand that with this kind of usage is not realistic. Does this mean that within the free quotas we have 30 000ms cpu time per second ? Could we buy more for higher cpu limit per second ? If we have still free cpu time and if sum of all our concurrent requests cpu times are under 30 000ms per second we are using our free quota and for every concurrent requests cpu time over the 30 000ms per second we will need to pay. What is active dynamic requests ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
