On Fri, Jan 13, 2012 at 12:37 PM, Javier Guerra Giraldez <jav...@guerrag.com> wrote: > On Fri, Jan 13, 2012 at 1:03 PM, Stuart Laughlin <stu...@bistrotech.net> > wrote: >> Just wanted to clarify that there are in fact some instructions out there >> for options other than apache/mod_wsgi, even though mod_wsgi remains the >> official preferred option ("If you’re new to deploying Django and/or Python, >> we’d recommend you try mod_wsgi first. In most cases it’ll be the easiest, >> fastest, and most stable deployment choice." [sic]) > > and Disqus agrees with that. check slide 14 of their 'Scaling > Disqus'[1] presentation at PyCon2011 > > > [1] http://www.slideshare.net/zeeg/pycon-2011-scaling-disqus-7251315 >
The slide you reference shows two graphs comparing apache + mod_wsgi with nginx + uwsgi. The graphs demonstrate that according to their tests the two are roughly equal in terms of requests-per-second and memory size. They conclude that the application (not the web server) is the bottleneck and recommend that people use what they're comfortable with. I don't construe that as Disqus officially preferring apache, but you are certainly entitled to your own interpretation. Regards, --Stuart -- 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.