I implement application on django framework.
Now i select web server for production deployment of my application.
Platform is Windows Azure.

For development i used embedded 'python manage.py runserver'.
django documentation does not recommend use it as production solution.

I try to use rocket web server, but i have strange problems with 'POST'
queries.

I have found the twisted+django solution:
Lacking Credibility - Twisted + Django: It won't burn down your
house.<http://dreid.org/2009/03/twisted-django-it-wont-burn-down-your.html/>

Which web server is more preferable for production solution on windows
platform?

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