On Tue, 2007-10-09 at 11:26 -0700, identify wrote:
> I am about to have ~80 different django-driven sites running on my
> server (each one needs a separate settings.py). Am I right that
> manage.py runfcgi needs to be started for each site? If so - this
> would lead to (let's say) 80*5 python processes running (when using
> prefork) with each one consuming 15k memory. Is there another (better)
> approach?
http://effbot.org/zone/django-multihost.htm
There's also a patch in Trac to allow this to work with reverse url
lookups as well, although I've personally been reluctant to apply it so
far, since I suspect there might be a better way to do it.
Regards,
Malcolm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---