[cfaussie] Re: Adobe Contribute and CF

2008-08-20 Thread Andrew
Hi bryn, If you use a snippet file, does it still look to the user like they are editing the parent page? Or do they just see the part they are editing? Hopefully that makes sense! Many Thanks, Andrew. On Aug 19, 5:18 pm, bryn [EMAIL PROTECTED] wrote: Here are some alternatives: 1/. Put

[cfaussie] suggestions best practices in consuming webservices? (timeout woes)

2008-08-20 Thread Barry Beattie
I suspect it's because of dodgyness of our networks but we're hitting more than the occasional intermittent webservice timeout. I was just about to propose to the guys to have a wrapper across all the webservice calls so if it times out, retry. If it fails the second time then treat it as fatal

[cfaussie] Re: suggestions best practices in consuming webservices? (timeout woes)

2008-08-20 Thread Mark Ireland
How do you test for a webservice timeout? Date: Thu, 21 Aug 2008 09:03:25 +1000 From: [EMAIL PROTECTED] To: cfaussie@googlegroups.com Subject: [cfaussie] suggestions best practices in consuming webservices? (timeout woes) I suspect it's because of dodgyness of our networks but we're

[cfaussie] Re: suggestions best practices in consuming webservices? (timeout woes)

2008-08-20 Thread Barry Beattie
that's a good point (OK, so I haven't gotten to that far yet) CFThread and getTickCount()? On Thu, Aug 21, 2008 at 9:13 AM, Mark Ireland [EMAIL PROTECTED] wrote: How do you test for a webservice timeout? Date: Thu, 21 Aug 2008 09:03:25 +1000 From: [EMAIL PROTECTED] To:

[cfaussie] Re: suggestions best practices in consuming webservices? (timeout woes)

2008-08-20 Thread Kym Kovan
Barry Beattie wrote: that's a good point (OK, so I haven't gotten to that far yet) CFThread and getTickCount()? We have a client that uses a webservice for their main engine and the website is just one of several wrappers for it. They actually have two web services, one in Brisbane and

[cfaussie] Re: suggestions best practices in consuming webservices? (timeout woes)

2008-08-20 Thread Barry Beattie
many thanks Kym. a couple of interesting / worthwhile ideas in there. I really do like the cfhttp try before you buy approach. thanx b On Thu, Aug 21, 2008 at 10:00 AM, Kym Kovan [EMAIL PROTECTED] wrote: Barry Beattie wrote: that's a good point (OK, so I haven't gotten to that far yet)