Hi all
We need to develop a notifier component. What it will do, is to scan a database at given intervals (say, every 15th minute), to see if any notifications needs to be sent out.
We're running on Windows, and so we've been looking into either a Windows Service or the Windows Task Scheduler.
Our biggest concern is the robustness of our implementation. If it, for some reason, crashes, can it be auto-restarted the next interval? Can we use custom logging logic, to take care of crashes?
I'd like an educated guess on what to use here :) Feel free to say if you need additional info, to make such a guess..
Props will be given if someone could make a short listing of the pros n cons of a windows service vs. the windows task scheduler. Also, it should be noted, that we aren't set on either of these, so if you have any alternatives, please, do post away.
Thanks in advance :)