Hi there,

I have a few questions about Django deployment on production so
hopefully you can help me sort it out.

Firstly, what's the minimum memory requirements for a Django + Apache
+ mod_wsgi setup? It seems like my server ran out of memory when I
tried it and I think I may only have 256MB RAM. If Apache's the cause,
would it help if I switched to use other webservers or would it be
better for me to increase my RAM?

Secondly, if I have multiple sites, let's say 2 static html sites and
2 Django-powered sites, should I use separate Django instances for
each of the Django-powered sites? I don't want to have to bring both
sites down when I restart Django for making a configuration change to
one of the sites. I guess I'm not too sure how mod_wsgi works. Will
each site be treated as a separate process or will they be one wsgi
process?

I find that all this configuration and memory monitoring for Django is
abit tiring and I am no expert so I am wondering if there any hosts
that you would recommend? I am considering Google App Engine.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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