The method in the component that I am calling generates a HTTP request. How would I set a timeout when invoking that method without having to modify the component?
-----Original Message----- From: Dan Vega [mailto:[EMAIL PROTECTED] Sent: Thursday, November 30, 2006 1:56 PM To: CF-Talk Subject: Re: Component timeout What would you want to set a timeout for? The reason there is a timeout on a ws is for connectivity reasons. If there are any connectivity reasons locally (cant find component) those should be trapped in a try catch block. Just wondering why you would need to do this? On 11/30/06, Ky, Kajone <[EMAIL PROTECTED]> wrote: > > I am trying to set a timeout when invoking a method of a component. I > noticed that using cfinvoke only allows setting a timeout for web > sevices. Any suggestions? > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262267 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

