Re: [Tutor] building an interactive deamon

2007-03-09 Thread Alan Gauld
"Thanos Panousis" <[EMAIL PROTECTED]> wrote > How can I make a daemon that does not need to be restarted > every time a configuration is changed? There are several ways to do this. Simplest if you are sleeping for periods is simply to re-read the config after every wake-up. Other options incliu

[Tutor] building an interactive deamon

2007-03-08 Thread Thanos Panousis
So here goes my first question to the list. I can't really describe in precise words what I need, therefore it is difficult to google for an answer. I am building a system that is supposed to run as a daemon. This daemon will of course depend on some configuration variables that are read during t