Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5015 Discussions

a program has many threads,but only 4~5 threads running at a time,so does it hurt performace?

pango
Beginner
373 Views
my program create 400~500 threads at startup,but only 4~5 threads running at a time,other threads is blocked by calling WaitForSingleObject(),so does such a program hurt the performance of system?
0 Kudos
1 Reply
TimP
Honored Contributor III
373 Views
Unless you are asking how Vtune might be used to check the performance, you might be interested in the Threading Forum and discussion of I/O Completion Ports.
0 Kudos
Reply