On Jan 24, 7:08 pm, Almad <b...@almad.net> wrote:
> is there a way to run development server multithreaded, so it can
> handle recurring requests?

I have a view that calls a django web-service which would normally
hang the single-threaded development server (when I'm also serving out
the webservice via the development server). A very simple solution in
this edge-case of mine is to simply start up an additional terminal
window and execute the runserver command again, specifying a selected
port-number that matches the url for the web-service in my application
settings file.

-Birkin
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to