Which "platform" should we use for a notifier-component?

Posted by cwap on Stack Overflow See other posts from Stack Overflow or by cwap
Published on 2010-06-15T18:12:06Z Indexed on 2010/06/15 18:22 UTC
Read the original article Hit count: 197

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 :)

© Stack Overflow or respective owner

Related posts about Windows

Related posts about notifications