I'm trying to write a basic Ajax app, which submits a file in one long-
running request, and periodically polls the status in another request.
However, it seems like runserver is single threaded, so the second
request just hangs until the file upload completes, preventing the
status update. Is there any way to make the dev server multi-threaded?

Thanks,
Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to