Showing results for June 10, 2010 - The Old New Thing

Jun 10, 2010
Post comments count0
Post likes count0

When you set a 100% CPU program to real-time priority, you get what you asked for

Raymond Chen
Raymond Chen

Real-time priority is really dangerous. It's higher priority than nearly everything else. It's higher priority than mouse input, keyboard input, and the disk cache. If you foolishly set the priority class of a CPU-intensive program to real-time, it will suck up your entire processor, leaving no cycles for anything else. In particular, since not ...

Other