On Jan 25, 11:08 am, Almad <[email protected]> wrote:
> Hello,
>
> is there a way to run development server multithreaded, so it can
> handle recurring requests?
Just use Apache/mod_wsgi instead as described in:
http://blog.dscpl.com.au/2008/12/using-modwsgi-when-developing-django.html
Use daemon mode with that recipe for automatic restarting on changes.
Configure daemon processes to have multiple threads and if necessary
multiple processes. That way you can also test multi process
configuration properly.
Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---