I looked at BugZilla and didn't see any feature requests for this, so I
thought I'd ask here before I add it. Has this been requested before?

I'd like Configuration to have the ability to poll its configuration
source(s) for changes every n seconds. Right now I always end up writing
this code again and again on top of Configuration to handle it. It is
required because I have applications that cycle only once every few months.
So I may want to make configuration changes to the app, but currently
Configuration has no out-of-the-box means to poll for those changes.

Of course, a "push" means would be better than polling, but I've no doubt
this would be inordinately more complex, so I'm willing to settle for
polling :)

-Eric



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to