Resource contention

From Wikipedia, the free encyclopedia

In computer science, resource contention is a conflict over access to a shared resource such as random access memory, disk storage, cache memory, internal busses or external network devices. In recent years, research on the contention is more focused on the resources in the memory hierarchy, e.g., last-level caches, front-side bus, memory socket connection.

Resolving resource contention problems is one of the basic functions of operating systems. Various low-level mechanisms can be used to aid this, including locks, semaphores, mutexes and queues. The other techniques that can be applied by the operating systems include intelligent scheduling, application mapping decision, and page colouring.[1][2]

Failure to properly resolve resource contention problems may result in a number of problems, including deadlock, livelock, and thrashing.

References

  1. Knauerhase, Rob (2008). "Using OS Observations to Improve Performance in Multicore Systems". IEEE Micro 28 (3): 54–66. 
  2. Zhang, Xiao (2009). "Towards practical page coloring-based multicore cache management". EuroSys. 

See also


This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.