Hi guys,
I want to build a scheduler, and was thinking of doing it with a scheduler similar to the one once used here on stackoverflow. Currently, in IIS I have two websites pointing to the same application, to represent the same website with two different domains (i.e. www.xyz.com.au and www.xyz.co.nz).
My question is will the scheduler be run twice simultaneouly? The scheduler sends emails based on conditions, against a record. I can log when an email was sent against a specific record. A check in the logs can prevent duplicates, but if the scheduler runs simulataneously, this might fail.
A window service seems the way to go, but I was just curious if any of you guys out there what the answer might be to this scenario
Cheers!