I have some other websites hosted on DiscountASP.net and they've just started offering a great feature called "scheduled tasks". It's free.
They basically allow one task per customer. You enter a URL of a page on your website and they'll hit it at set intervals for you. The minimum time between hits is 15 mins.
An example of how I use this:
I send an email to all new users of my website. I've found in the past that the email server has been unreliable. When it's down, my users get an error upon joining my site, or I catch the error, skip over it and they don't get an email at all. So now I just insert the emails into a database table. Then I have an ASP script that processes the emails (if it can). I use the scheduled task to hit this script every 15 mins. So my users get their emails within 15 mins. But if the email server is down, they're sent out whenever it comes back up.
There are many more uses for this. I'm sure other people would love to have a script run every X minutes (or hours) to process some data.
Any chance of Jodo implementing a similar service? I assume you'd just need a PC left on that can run through the URLs set up as the scheduled tasks.
Watson.
They basically allow one task per customer. You enter a URL of a page on your website and they'll hit it at set intervals for you. The minimum time between hits is 15 mins.
An example of how I use this:
I send an email to all new users of my website. I've found in the past that the email server has been unreliable. When it's down, my users get an error upon joining my site, or I catch the error, skip over it and they don't get an email at all. So now I just insert the emails into a database table. Then I have an ASP script that processes the emails (if it can). I use the scheduled task to hit this script every 15 mins. So my users get their emails within 15 mins. But if the email server is down, they're sent out whenever it comes back up.
There are many more uses for this. I'm sure other people would love to have a script run every X minutes (or hours) to process some data.
Any chance of Jodo implementing a similar service? I assume you'd just need a PC left on that can run through the URLs set up as the scheduled tasks.
Watson.