is it dangerous for the processor core to be *always* loaded at 100%?
Posted
by
javapowered
on Server Fault
See other posts from Server Fault
or by javapowered
Published on 2012-07-05T13:20:02Z
Indexed on
2012/07/05
15:17 UTC
Read the original article
Hit count: 266
In my HFT software I plan to use one core for stock index calculation. That would be simply while(true)
loop without any delays which will calculate (sum and multiply) components as often as possible (so millions times per second) and I plan to do that 8 hours per day every day.
I was never before loading my computer to 100% full time every day regullary. May it be dangerous? Do processor has kind of "resource" (very big of course) after which it can stopped working?
© Server Fault or respective owner