CPU uasage is very high for Application
-
HI, My applicaion is using CPU value 99 in task manager, that makes makes the machine slow, How can i reduce the cpu usage , or how can i detect which part is gettting more cpu. Thanks Regards.Hi,
If you don't provide more info, we won't be able to help. It's not by reposting the same question twice without more details that you will get an answer. First, try to locate where to problem comes from. What are you doing continuously that take so much time ? Once you located that, you can still put some sleep in it to free some CPU time (not very elegant but works).
Cédric Moonen Software developer
Charting control -
HI, My applicaion is using CPU value 99 in task manager, that makes makes the machine slow, How can i reduce the cpu usage , or how can i detect which part is gettting more cpu. Thanks Regards.Hi,
Can you be more specific_**
**_
whitesky
-
HI, My applicaion is using CPU value 99 in task manager, that makes makes the machine slow, How can i reduce the cpu usage , or how can i detect which part is gettting more cpu. Thanks Regards.Hi,
Most likely cause is a for or while loop that does not end because there is a bad value of a variable or wrong assumption in the code somewhere cheers, Neil