hprinzus000
04-30-2005, 10:45 AM
1) What is the best method of determining whether a URL has been requested by the Scheduled Task Manager versus an interactive user? Currently I am checking against user agent and requesting host IP, both of which I found out empirically. This seems to work, but there has to be a more 'correct' way?
2) My code is 'behind' a blank .aspx page. Is this the most efficient way (in terms of server load) to implement a scheduled task?
3) I assume the scheduler does not sync with and/or check any http response from the scheduled task, does it? So, theoretically, a stimulus could be lost under extreme circumstances?
Thanks in advance for any thoughts on this.
Herbert Prinz
2) My code is 'behind' a blank .aspx page. Is this the most efficient way (in terms of server load) to implement a scheduled task?
3) I assume the scheduler does not sync with and/or check any http response from the scheduled task, does it? So, theoretically, a stimulus could be lost under extreme circumstances?
Thanks in advance for any thoughts on this.
Herbert Prinz