Trichome

Content deleted Content added
Erik9bot (talk | contribs)
SmackBot (talk | contribs)
m remove Erik9bot category,outdated, tag and general fixes
Line 1: Line 1:
{{Unreferenced stub|auto=yes|date=December 2009}}
{{Orphan|date=February 2009}}
{{Orphan|date=February 2009}}
'''Process Contention Scope''' is a scheme used to map a user-level [[thread (computer science)|thread]] to a [[kernel (computer science)|kernel]]-level thread. The name is derived from the fact that the processes and threads are contending for a kernel process.
'''Process Contention Scope''' is a scheme used to map a user-level [[thread (computer science)|thread]] to a [[kernel (computer science)|kernel]]-level thread. 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 processor.
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 processor.

==Related==
[[System Contention Scope]]


[[Category:Scheduling algorithms]]
[[Category:Scheduling algorithms]]
[[Category:Threads]]
[[Category:Threads]]
[[Category:Articles lacking sources (Erik9bot)]]


==Related==
[[System Contention Scope]]


{{operating-system-stub}}
{{Operating-system-stub}}

Revision as of 19:20, 17 December 2009

Process Contention Scope is a scheme used to map a user-level thread to a kernel-level thread. 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 processor.

Related

System Contention Scope


Leave a Reply