Hey gang -

I've got an application on my site, that's basically a combo of CF code and
a COM object. CF does its bit, calls the object, gets info back from the
object, and finishes its bit.

I'm curious if anyone has any experience with dealing with timeouts in this
area. Say if the call to the object gets tossed into the void, or the object
itself gets the call but just sits on it - the object has crapped out but
doesn't return an error. What methods are out there to call the object, and
if the object doesn't return data within XX seconds, to either try it again,
or to keep a counter running and try it Y times before moving on and
returning "Sorry! It broke, try again later" message of some sort.

--Scott
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to