Monday, July 11, 2011

What is CPU starvation?

In computer science, starvation is a multitasking-related problem, where a process is perpetually denied necessary resources. Without those resources, the program can never finish its task. Newer cpus get around this problem with multiple cores and multi-threading.

No comments:

Post a Comment