Well, "long running" is defined per server, in the CF Admin, right Dale? :-)
Regardless, to Steve (and others) I'll know that you can override that on a template basis using CFSETTING RequestTimeOut="nn" (seconds). And where Dale points out that sleep and the java equiv won't take up real processing time, they of course do still cause a page to trigger the request timeout time. But to Drew's original request about changing the scheduler refresh interval, it does appear that that ability (which was in the CF Admin) was removed after CF5, and I've looked all over (the web and in my config files) and can't find any way to change it in 6, 7, or 8 (though it may well exist). But I did find this: http://labs.redbd.net/projects/cfcron.cfm which is an open source CFM app to replace the Admin scheduled task feature (and CFSCHEDULE). While it's set by default to let you run tasks at preset intervals of either weekly, daily, hourly, or every 10 minutes, the code is open so it seems you could change it to a smaller interval. Let us know if that may help. /charlie -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Wednesday, December 05, 2007 8:43 PM To: [email protected] Subject: [cfaussie] Re: scheduled task minimum interval No, A 60 second request is not a long running request. And the CF8 sleep() or java equivalent take up no real processing time. Regards Dale Fraser http://learncf.com -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Thursday, 6 December 2007 12:20 PM To: [email protected] Subject: [cfaussie] Re: scheduled task minimum interval Wouldn't you run the risk of having a "long running request" that the server would terminate? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
