kevin wrote: > > On Feb 16, 1:49 am, kevin <[email protected]> wrote: > >> So, if I am using mod_wsgi, in daemon mode, is there a way to reload/ >> restart code for, while leaving the others unaffected? I think I read >> that there is auto reloading of the daemons if the code changes... is >> that correct? >> >> What I want is to have each app as insulated as possible from each >> other. I'll use virtualenv et al, but I would think that apache >> restarts would affect all apps? But under daemon mode, I should be >> able to signal them or something? ( the daemons ) >> > > Arrgh I am covered in shame. I read the docs just now , and I see I > just need to touch the application file to earn a restart. Nice. > Also, an apache restart will restart all daemons, and for development servers you can even make it easier than having to touch the application file.
Graham documents a few more methods for automatic restart at http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode#Restarting_Daemon_Processes --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
