Hi, I'm using an XML file to store a set of rules that my program, a service will read and apply. Obviously, as and when I add new rules to the XML file, i will have to bounce the service so that the changes can be effective.
Is there a way I can keep 'polling' the XML file every 30s or so to avoid having to bounce my service, in the event that my XML rules file changes?
Thanks