Browse thread
Has the thread cancellation problem evolved ?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-08-28 (14:54) |
From: | Robert Fischer <robert@f...> |
Subject: | Re: [Caml-list] Has the thread cancellation problem evolved ? |
Brian Hurt wrote: > So what happens if I throw an infinite loop into an exception handler? Now, my experience with .Net is somewhat dated, but I'm pretty sure it re-hangs on your loop, and signaling another abort will break out of your loop and continue up the chain of exception handlers. At least once upon a time, there was a very large business which I worked for that did a lot of concurrent .Net work, and the standard solution was to keep signaling the abort until the thing finally died. ~~ Robert.