Pattern for handling method-call-hang ??

  • Thread starter Thread starter Søren M. Olesen
  • Start date Start date
S

Søren M. Olesen

Hi

I'm creating an application which calls another application using COM,
however sometimge this other application hangs, and my call never returns or
fail.

Is there a god pattern for handling thise kind of situations?? What I'd like
is something like a timeout exception, bt how d I implement that, when the
call doesn't support it by itself.

TIA

Søren
 
Back
Top