Re: # of current physical Threads > 4 000 000 0000
- From: nicknux@xxxxxxxxx
- Date: 27 Dec 2006 17:03:29 -0800
It seems that it decremented from 0, giving you 0xFFFFFFFF
(4294967295). If it's less than this then the counter got incremented
after the incorrect decrement of 1 from 0.
Shawn B. wrote:
usually, performance counters are used with Increment() and Decrement()
call, not by setting the counter to its actual value.
So I guess, there were three more decrements than increments here...
If that's the case, then there's a thread/memory leak. With that many
threads/locks, I suspect the machine is very slow and non - responsive. If
it is fast and very responsive, then the number simply means that the
decrement wasn't called the same number of times as increment or that it is
the wrong performance counter.
Thanks,
Shawn
.
- References:
- Re: # of current physical Threads > 4 000 000 0000
- From: Gabriel Lozano-Morán
- Re: # of current physical Threads > 4 000 000 0000
- From: Henning Krause [MVP - Exchange]
- Re: # of current physical Threads > 4 000 000 0000
- From: Shawn B.
- Re: # of current physical Threads > 4 000 000 0000
- Prev by Date: Re: threads
- Next by Date: Re: Generic collections vs. arrays on structs vs. class
- Previous by thread: Re: # of current physical Threads > 4 000 000 0000
- Next by thread: .NET and multithread networks server application
- Index(es):
Relevant Pages
|
Loading