Yes, the development server can serve only one request at a time:
http://code.google.com/appengine/docs/python/tools/devserver.html#Using_URL_Fetch

On Jan 28, 9:03 pm, 3x3x3 <nerd.l...@gmail.com> wrote:
> I run dev_appserver.py in Windows.
> I add time.sleep(10) in one of my scripts and send request to that
> script in browser.
> During sleep, I send another request to other script in another
> browser window.
>
> It's seem that the second request is blocked until the first one has
> done.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to