Hello, i know that you can allow concurrent user requests, for example, in java, by specifying threadsafe = true in your appengine- web.xml, but how many requests can be actually executed by a servlet in parallel ? For example, if N users make a request at the same moment, will there be a number of requests put into wait ?. Let's say M user requests will be treated (M < N ) and M-N requests will wait ?
-- 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.
