According to this 
http://docs.djangoproject.com/en/1.0/howto/deployment/modpython/
"Apache with mod_python currently is the preferred setup for using
Django on a production server."

What is the advantage of mod_python over mod_wsgi and mod_fcgi?

Wouldn't WSGI, as something designed specifically for python, be a
better choice?
Also, wouldn't FCGI consume less memory than mod_python, which embeds
Python within Apache?

I'm looking for a way to deploy django that is the least resource
intensive. My original plan was to use Nginx + FCGI. Now after reading
the doc I'm not so sure.

How does Nginx + FCGI compare to Apache + mod_python?

Would love to hear your thoughts and experiences.

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

Reply via email to