On Sat, 2008-11-15 at 21:17 -0800, Chris wrote:
> 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?

The dev server is single-threaded by design. It wouldn't be impossible
to make it multi-threaded with code changes, but it would be fiddly and
in the past we've said we really aren't interested, since it adds a lot
of maintenance burden. If you want multi-threaded behaviour, use a real
web server.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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