"Alex" <alex_whittle@gimlet.co.uk> wrote in news:OpxO4CjVFHA.3540
@TK2MSFTNGP15.phx.gbl:
> My initial idea is to run a windows service getting the schedule(s) from a
> db but how do I keep track of possible multiple timer events on a daily
> basis from within the windows service. Should I be using MSMQ or another
> technology ?
MSMQ would be over kill. I really dont see the problem here. Make a list of
tasks, each with "next time". Make a thread - sleep for 1 minute or whatever
granularity you want, check the list, execute, reupdate time...
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Blog: http://blogs.atozed.com/kudzu