Do you mean easier in that runserver doesn't support multithreading at
all? Or easier in that it supports multi-threading, but it's difficult
to set up?

I'd like to use the dev server, because, well, I'm developing.

On Nov 16, 12:14 am, "David Zhou" <[EMAIL PROTECTED]> wrote:
> On Sun, Nov 16, 2008 at 12:11 AM, Chris <[EMAIL PROTECTED]> wrote:
> > 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?
>
> It's probably easier to just use apache at that point.
>
> --
> ---
> David Zhou
> [EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
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