DatabaseDude
Programmer
There's some code I'd like to be executed every x number of seconds.
The only way my web host says it can be done is by putting it in an aspx (or ASP or CFM) page, and they can add it to Windows scheduled tasks. While this is an option, they schedule it to run far less frequently than I'd prefer.
I read that a web service would not be an option, as it would have to be called by an external process. (If that's incorrect, I'll gladly take correction!)
Are there any other options? (has to stay hosted with the same provider)
Thanks in advance!
The only way my web host says it can be done is by putting it in an aspx (or ASP or CFM) page, and they can add it to Windows scheduled tasks. While this is an option, they schedule it to run far less frequently than I'd prefer.
I read that a web service would not be an option, as it would have to be called by an external process. (If that's incorrect, I'll gladly take correction!)
Are there any other options? (has to stay hosted with the same provider)
Thanks in advance!