how to find the active thread count?
Posted
by DayOne
on Stack Overflow
See other posts from Stack Overflow
or by DayOne
Published on 2010-04-30T11:56:47Z
Indexed on
2010/04/30
11:57 UTC
Read the original article
Hit count: 417
c#
|multithreading
Hi, i have a c# program which calls into a c++ library. The c# programs process has a high thread count 50 - 60. Most seem to be created in c++ and i supect most are suspended/waiting. How do i find how many of these threads are active at a given point in time?
thanks
© Stack Overflow or respective owner