Re: Break thread sleep
- From: "Jon Skeet [C# MVP]" <skeet@xxxxxxxxx>
- Date: Fri, 12 Oct 2007 02:06:58 -0700
On Oct 12, 8:27 am, Peter Duniho <NpOeStPe...@xxxxxxxxxxxxxxxx> wrote:
<snip>
(Thanks for the reference)
This remark says that this requirement exists only on "some hosts of the
CLR", and calls out specifically SQL Server "Yukon". However, given the
admonishments I've seen about not generally assuming that a managed
thread is the same as an OS thread, I would say that unless you know for
sure your code is NOT going to run in such an environment (and who knows
what versions of .NET will introduce that behavior later?), it's better
to be safe than sorry.
Hmm. I think it also depends on what it means by "before blocking on".
I'll mail Joe Duffy tonight and see what he thinks.
Jon
.
- Follow-Ups:
- Re: Break thread sleep
- From: Peter Duniho
- Re: Break thread sleep
- References:
- Break thread sleep
- From: suga . masanobu
- Re: Break thread sleep
- From: Peter Duniho
- Re: Break thread sleep
- From: suga . masanobu
- Re: Break thread sleep
- From: Peter Duniho
- Re: Break thread sleep
- From: suga . masanobu
- Re: Break thread sleep
- From: Peter Duniho
- Re: Break thread sleep
- From: Jon Skeet [C# MVP]
- Re: Break thread sleep
- From: Peter Duniho
- Break thread sleep
- Prev by Date: Re: TransactionScope Error
- Next by Date: Re: Break thread sleep
- Previous by thread: Re: Break thread sleep
- Next by thread: Re: Break thread sleep
- Index(es):
Relevant Pages
|