Thursday, February 24, 2011

Re: mod_wsgi or mod_fcgi

Yeah, don't use cherokee.

I used this for several months, and encountered all kinds of horrible memory allocation problems, crashes, etc etc.

On Thu, Feb 24, 2011 at 9:15 PM, Eugene MechanisM <eugene.mechanism@gmail.com> wrote:
You can check out this tutorial:
http://www.jeremybowers.com/blog/post/5/django-nginx-and-uwsgi-production-serving-millions-page-views/
I prefer to use also Varnish and Memcached with this stack.
Nginx is best for static files. and will proxy non-static requests to
uwsgi.
nginx+uwsgi it's the best stack out there for deploying django.Forget
about slow apache and lighttpd.
also nice choise is cherokee+uwsgi.

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


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