--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
I'm curious about using Django for many small web sites. Does this
require each site to run in a separate wsgi daemon process? If so, how
is it possible to keep memory usage shared?
I am also interested in this - currently I have one wsgi per site.
--
regards
Kenneth Gonsalves
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
One of the challenges of going the GAE route is that you need to modify your application slightly to work with their version of models. Also, you can't ever run this code off of GAE, so it's kind of a lock-in in that respect. That being said it does work very well.
Diederik
Op Friday 15 October 2010 00:34 schreef Brian Bouterse:
> We host many of our django sites using a django deployer we wrote called
> Opus <http://github.com/bmbouter/opus>. Opus uses a separate wsgi daemon
> process for each site. Each wsgi process also runs a separate user, so
> linux would prevent the memory from being shared. In our case though we
> want to run code from many different sources and if they all ran as the
> same user, then one django project could monkey patch another one which
> creates all kinds of interesting security issues.
>
> Brian
>
> On Thu, Oct 14, 2010 at 4:45 PM, Diederik van der Boor
<vdb...@gmail.com>wrote:
> > Hi,
> >
> > I'm curious about using Django for many small web sites. Does this
> > require each site to run in a separate wsgi daemon process? If so, how
> > is it possible to keep memory usage shared?
> >
> > Thanks in advance,
> >
> > Diederik
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users...@googlegroups.com<django-users%2Bunsubscribe@goog
> > legroups.com> .