Re: cfhttp connection timeout - best way to loop or re-try?

2010-11-18 Thread Casey Dougall
On Thu, Nov 18, 2010 at 1:47 PM, John M Bliss wrote: > fset success = ""> > > > > > > > > > > > Thanks guys, just wanted to be sure I was thinking along the same lines here. John, like your example, I'll play around with that. ~

Re: cfhttp connection timeout - best way to loop or re-try?

2010-11-18 Thread John M Bliss
Something like... On Thu, Nov 18, 2010 at 12:38 PM, Casey Dougall < ca...@uberwebsitesolutions.com> wrote: > > Hi, > > I have a cfhttp call in a cfc that from time to time receives a connection > timeout. I'd like to just retry the call agai

RE: cfhttp connection timeout - best way to loop or re-try?

2010-11-18 Thread Che Vilnonis
] Sent: Thursday, November 18, 2010 1:39 PM To: cf-talk Subject: cfhttp connection timeout - best way to loop or re-try? Hi, I have a cfhttp call in a cfc that from time to time receives a connection timeout. I'd like to just retry the call again, but not sure of best way to start the call ov

cfhttp connection timeout - best way to loop or re-try?

2010-11-18 Thread Casey Dougall
Hi, I have a cfhttp call in a cfc that from time to time receives a connection timeout. I'd like to just retry the call again, but not sure of best way to start the call over. I actually don't want to start the whole thing over, just re-try the cfhttp call if it receives a connection timeout. Ma