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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209847 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

