I am running py4web on linux with nginx and have a daemon running.
At times I find changes to code require the daemon be restarted for the changes to take effect.
Changes to these files require a restart:
* settings.py
* common.py
While changes to these files do not require a restart:
* controllers
* templates
Is there a way to know what files are loaded by the daemon that would necessitate a restart?
Or is there a way to get changes to settings.py and common.py to take effect without a reload. Or possibly is there a simple way initiate a reload, like with a SIGHUP or some such?
Thanks,
Jim