On 3 February 2010 07:58, anatoly techtonik <[email protected]> wrote: > Hi, > > I wonder if it is possible using only mod_wsgi means alone? Shutdown > wsgi application running under mod_wsgi for upgrade without stopping > other services running under Apache.
Read: http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode In short, don't use embedded mode, use daemon mode instead with each application instance getting its own daemon process group. Then use one of the documented methods for triggering application reloading. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
