Re: # of current physical Threads > 4 000 000 0000



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


.



Relevant Pages


Loading