P
P
pr0fedt2011-05-18 07:23:09
Django
pr0fedt, 2011-05-18 07:23:09

Django, NGinX/FastCGI or Nginx+Apache/ModWSGI?

Knowledgeable people, tell me which link will work faster and better for a highly loaded site? Your suggestions are also welcome.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
carbonariy, 2011-05-18
@pr0fedt

The choice strongly depends on the specifics of the application, do not be too lazy to test both bundles. I also advise you to pay attention to the nginx + uWSGI bundle

E
Eugene, 2011-05-18
@immaculate

I am using Nginx + gunicorn in a high-load project.
Another high-load project successfully uses Apache + mod_wsgi.
But FastCGI would not advise. From time to time, problems got out with it (django fastcgi stopped responding under unclear circumstances, periodically there were problems with restart / shutdown of the fcgi daemon), it was not possible to drive it under runit. All this is probably solvable, but why suffer? ..

B
b0n3Z, 2011-05-18
@b0n3Z

You will definitely not get a tangible increase in performance, so choose what you like best.
As the Disqus developers said, "bottleneck is in the application".
I myself use fastcgi everywhere.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question