I am not sure whatever the timeout of 0 is valid or sufficient. However, I know that the timeout value doesn't work sometimes. When I had problems with my DSL connection dropping I had a template with timeout set to 5sec that download dummy data from outside source. To my surprise many requests went over the set limit of 5sec.
TK www.tomkitta.com -----Original Message----- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, June 17, 2005 2:57 PM To: CF-Talk Subject: RE: Don't wait for webservice? For pre MX-7, what if one where to cfhttp with a timeout of zero a CFM page which then called the web service? Would this not also have that effect? -------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning .....-----Original Message----- .....From: Sean Corfield [mailto:[EMAIL PROTECTED] .....Sent: Friday, June 17, 2005 11:52 AM .....To: CF-Talk .....Subject: Re: Don't wait for webservice? ..... .....On 6/17/05, Ben Mueller <[EMAIL PROTECTED]> wrote: .....> I would like to use a web service to invoke a function on a remote .....server, but I explicitly *don't* want my local server to wait for the .....remote server to complete the action. I just want my local server to .....send the command and then move on. Is this sort of thing possible? And .....if so, is it considered an okay idea? ..... .....CFMX 7's asynchronous CFML gateway would let you do this. ..... .....On earlier versions, I guess you could <cfschedule> a one-off task to .....run the web service... .....-- .....Sean A Corfield -- http://corfield.org/ .....Team Fusebox -- http://fusebox.org/ .....Got Gmail? -- I have 50, yes 50, invites to give away! ..... ....."If you're not annoying somebody, you're not really alive." .....-- Margaret Atwood ..... ..... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209853 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

