On Sep 26, 2008, at 5:54 AM, Peter Bengtsson wrote:
> On Sep 25, 8:41 pm, "Frédéric Sidler" <[EMAIL PROTECTED]> > wrote: >> What it the best Django stack today. >> >> In django doc, it says that apache with mod_python is the best >> solution in production. But in the same time I see that everyblock >> use >> nginx (probably in mode fastcgi). >> >> Did you some of you test different solution and can share some >> output here. >> >> Here are the ones I see actually >> >> Apache mod_python >> Apache in fastcgi mode >> Lighttpd in fastcgi mode >> Nginx in fastcgi mode >> > > I've noticed a small performance boost from using Nginx + fcgi > compared to Apache + mod_python and I hear that Nginx is also a better > performer on the static content but haven't personally experienced > that but the blogosphere will probably agree that Nginx is faster. > The benefit to us with Apache is that we have more knowledge about it > within the team but this only matters when you do more complicated > stuff such as advanced authentication stuff or additional security > hardening. This will probably be the case for many teams since Nginx > is so new. I've also heard good things about WSGI -- though I haven't heavily tested its stability compared to, say, mod_python. --- David Zhou [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---