> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Peter H > Sent: Wednesday, August 10, 2005 8:15 PM > To: [email protected] > Subject: RE: [CFCDev] OT: Asynchronous processing on MX 6.1 > > > That's good to know. I've never really looked at scheduled tasks properly > before and I've just noticed that administrator has a timeout option which > I > can set. If I set this to 5 minutes I should be pretty safe to run it in > the > background.
Just remember that if you set it in the administrator it will apply to ALL pages - something you might not want. If regular, hung application pages start taking 5 minutes to clear out then it could affect performance. Instead I'd recommend keeping the general admin setting low (say 30 seconds or so; depending on your site higher or lower) and using CFSETTING to set the timeout for just the task pages to 5 minutes (or whatever you need). That's really the best of both worlds. Jim Davis ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). CFCDev is supported by New Atlanta, makers of BlueDragon http://www.newatlanta.com/products/bluedragon/index.cfm An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
