> > Whether you use Apache worker MPM or not, when using mod_wsgi you can
> > also use it in daemon mode. This is similar to fastcgi in the sense
> > that your web application is run in separate process(es), but mod_wsgi
> > will handle all the management of those processes, starting them up
> > and restarting them as necessary.
>
> Thanks for all the links, I've already set up one application using
> wsgi
> in deamon mode at Webfaction :)
> It works, setup was easy, memory usage seems to be lower, but it is
> only one application so far. Now I have to setup virtual hosts and
> other
> applications with wsgi and see how it works altogether and in which
> configuration.

BTW, you might keep an eye on the following thread:

  http://groups.google.com/group/modwsgi/browse_frm/thread/aae1bf2787e393f3

I've been a bit busy and so have been answering the original question
in bits and pieces. The thread brings together various aspects of
using mod_wsgi. The discussion is mainly targeted at how one may use
it for a small scale shared hosting system, but covers issues such as
virtual hosts, and in time some more detail on running multiple
applications across multiple daemon process groups, so may be
relevant.

Graham
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to