Why concurrency contention tool in vs 2010 doesn't use managed thread ids? -
if have used concurrency contention profile tool provided in vs 2010, notice thread ids used in report not managed thread ids, annoying. want know thread 1 , how can map thread ids (usually 4-digit id) used in report against managedthreadid value can code?
thank you.
if use 'collect resource contention data' option (see below), able see managed threads names.
this described on john robbin's blog , may enough identify managed threads. unfortunately can't mapping managed thread ids.
Comments
Post a Comment