Jump to content

System Contention Scope

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Achaemenes (usurped) (talk | contribs) at 09:14, 15 February 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Ultimately a user-level thread (computer science) is mapped to a kernel-level one via a scheme called Process Contention Scope (PCS). The name is derived from the fact that the processes and threads are contending for a kernel process.

The Operating System decides which kernel-thread to run based on a scheme called System Contention Scope (SCS) since the threads are contending for the system/processor.