System Contention Scope

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Scope creep at 12:04, 21 November 2024 (Absolutely notable. Core part of OS design. A simple book search would have found it right away.). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Script error: No such module "Unsubst". In computer science, The System Contention Scope[1] is one of two thread-scheduling schemes used in operating systems. This scheme is used by the kernel to decide which kernel-level thread to schedule onto a CPU, wherein all threads (as opposed to only user-level threads, as in the Process Contention Scope scheme) in the system compete for the CPU.[2] Operating systems that use only the one-to-one model, such as Windows, Linux, and Solaris, schedule threads using only System Contention Scope.

References

<templatestyles src="Reflist/styles.css" />

  1. Silberschatz, Abraham, and Peter B. Galvin. "Thread Scheduling." Operating System Concepts. 8th ed. Hoboken, NJ: J. Wiley & Sons, 2005. 199. Print.
  2. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters".


Template:Asbox