> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Peter H > Sent: Wednesday, August 10, 2005 7:28 PM > To: [email protected] > Subject: Re: [CFCDev] OT: Asynchronous processing on MX 6.1 > > > If I use a scheduled task do I run the risk of a page request timing out? > I > kinda figured that Gateways in mx 7 would take as much time as they needed > to complete whereas a scheduled task would be limited by the time-out of > the > page it's scheduled to run. > > Am I way of base on this one?
The asynch gateway call is still a request - and CF will, by default, kill and request that seems to be hung. You can easily set the request timeout on a page-by-page basis however. For one log file parser I built in CF 4.5 we had the request timeout set to an hour. Didn't seem to bother anything. 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]
