Hi
I have a requirement to run a server script on scheduled times entered by the user. This is for a program for scheduling emails. A user can enter the specific times when they want to send the mail. I have a table which stores the userid, the email text and the time at which the mail is to be sent. This time is defined in minutes. I don't want to do it through a cron job as it would mean running cron jobs every minute. Is there a way to do this that is more machine efficient - maybe through database triggers or something. Any help is appreciated.
Thanks
Vinayak