Resource Contention

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.

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

Famous quotes containing the words resource and/or contention:

    If there is nothing new on the earth, still the traveler always has a resource in the skies. They are constantly turning a new page to view. The wind sets the types on this blue ground, and the inquiring may always read a new truth there.
    Henry David Thoreau (1817–1862)

    In truth, the legitimate contention is, not of one age or school of literary art against another, but of all successive schools alike, against the stupidity which is dead to the substance, and the vulgarity which is dead to form.
    Walter Pater (1839–1894)