Ooh... interesting.

The only thing I can think of is maybe setting a named lock, with a
timeout around it, and set it to 'readonly', so that multiple threads
come in, but it should time out?

Throwing daggers in the dark here, but worth a shot.

Mark

On 7/18/07, Matthew <[EMAIL PROTECTED]> wrote:
>
> Done that already. But there is nothing to catch because it's not
> actually throwing an error because it's carrying on indefinitely and
> hence once we get half a dozen of these it sends the server into a
> loop so no one can access the website.
> I understand that even if the user closes there browser the call to
> the web service is still running which means the website will never
> come back up.
>
> On Jul 18, 12:28 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
> > Maybe just a try / catch block around the webservice call?
> >
> > Mark
> >
> > On 7/18/07, Matthew <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> >
> > > Howdy,
> >
> > > Our CF server keeps crashing whenever a web service we are consuming
> > > falls over (infrequent and random). I have no control over the web
> > > service, so I am trying to find a way that I can timeout a WS call
> > > from CF. I'm using the CreateObject("webservice") function (same as
> > > CFOBJECT) to invoke the web service, however I've just found out the
> > > CFOBJECT doesn't adhere to the timeout settings in CFADMIN or the
> > > <cfsetting> tag (http://kb.adobe.com/selfservice/viewContent.do?
> > > externalId=tn_19438&sliceId=2).
> >
> > > How can I timeout the call?
> >
> > > Someone must have ran into this problem!
> >
> > > Cheers
> > > Matthew
> >
> > --
> > E: [EMAIL PROTECTED]
> > W:www.compoundtheory.com
>
>
> >
>


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to