On Apr 5, 12:22 pm, Continuation <selforgani...@gmail.com> wrote:
> According to 
> thishttp://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.

Actually, that doc is now contradicted by the new mod_wsgi
documentation, which says WSGI is the recommended setup:
http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/

Personally, I'd go with WSGI every time - easier to set up and
configure, less memory-hungry, and more well-supported.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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