I have a while loop in my MS C++ Code that is constantly checking if another process is finished. The problem is that while this while loop is running it pratically uses all the cpu just running this while loop. Why is that. I have noticed this in some other spots as well. Other apps are slowing down when it does this too. Is there a way I can control this? Any help is appreciated!
Thanks,
Kevin
Thanks,
Kevin