Hi,
For scheduled tasks, such as recurring billing, notification messages, etc... what mechanism is used to fire these tasks?
Mazda,
An item is put in the cache for a specified duration, and when the cache expires it does a callback to a procedure that checks if any scheduled tasks need to be performed. So no Windows Service or SQL Scheduled Tasks are necessary for the scheduling feature.