Potentially interesting new piece of information: If I create a second <servlet-mapping> in my web.xml to the same Wait- <servlet>, I can lock up one request with each. So, the requests must be put into a pending queue very early in the process, potentially even before the decision Java vs. Python is made. So maybe this is a Python problem as well...
Does this mean that if you write a GWT app using the RemoteService way to make remote procedure calls, which all run through a single <servlet-mapping> on your server, you have effectively rendered multi- threading useless? -- 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.
