Sending reminders when an item expires
I want to build an application which sends reminders (SMS or Email) to
users whose items, like in workflow, are about to expire or are overdue.
The usual way is to poll the database after a timer triggers and calculate
if anything is due and intimate users about it.
Is there any other better way than this polling mechanism?
EDIT:- Well for the scheduling I will go with Quartz.net scheduler.
No comments:
Post a Comment