I believe if you set the timeout for cfhttp to 0, it makes the request asynch.
-Rob "Peter H" <[EMAIL PROTECTED]>@cfczone.org on 08/10/2005 04:28:04 PM Please respond to [email protected] Sent by: [EMAIL PROTECTED] To: [email protected] cc: 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? Cheers, Pete (aka lad4bear) ----Original Message Follows---- From: Barney Boisvert <[EMAIL PROTECTED]> Reply-To: [email protected] To: [email protected] Subject: Re: [CFCDev] OT: Asynchronous processing on MX 6.1 Date: Wed, 10 Aug 2005 16:21:20 -0700 Scheduled tasks are async requests, just not as nicely packaged as the async gateway makes it. Just set up a scheduled task and run it with CFSCHEDULE. cheers, barneyb On 8/10/05, Peter H <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm using cfhttp to request data from an external interface. It takes > roughly 40/45 seconds but as the data increases the time taken will also > increase. > > It's an ideal situation use Coldfusion 7's Async Gatway but unfortunately > the app is running on MX 6.1. Is it possible to do Asynchronous requests in > Mx 6.1 and if so how? > > Any ideas appreciated. > > Cheers, Pete (aka lad4bear) > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ---------------------------------------------------------- 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] _________________________________________________________________ Want to block unwanted pop-ups? Download the free MSN Toolbar now! http://toolbar.msn.co.uk/ ---------------------------------------------------------- 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] ---------------------------------------------------------- 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]
