> runserver and also tried gunicorn and they are both stable so it looks
> like a problem with uwsgi.
As already suggested it looks like a Python c api problem, do you mind to
fill a bug report in the uWSGI wiki with all the relevant information ?
(mainly how python is compiled, as most of the time this kind of errors
are related to python excessive optimizations)
>
> Gunicorn is also surprisingly fast, beating uwsgi on a httperf test to
> one of the heavier pages on the site.
oh yes, and you will see tons of comparison reporting the opposite, others
showing mod_wsgi is better and so on... Please try to understand that WSGI
bridges/gateways/servers are pratically irrelevant in your app
performance.
Gunicorn works for you ? Perfect ! you have found your WSGI server ;)
--
Roberto De Ioris
http://unbit.it
--
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