Tuesday, February 21, 2012

Production server on windows

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:

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

No comments:

Post a Comment