Trichome

Content deleted Content added
Iæfai (talk | contribs)
Undid revision 542736445 by 74.197.180.51 (talk)
107.15.80.42 (talk)
No edit summary
Line 8: Line 8:
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.


Can also be defined as the following :
1) Other threads you competes with for CPU time
2) Process conteniton scope: just compete with other threads in the same process vs System Contention Scope where they compete with threads in other processes.
==Related==
==Related==
[[System Contention Scope]]
[[System Contention Scope]]

Revision as of 05:57, 26 September 2014

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.

Can also be defined as the following : 1) Other threads you competes with for CPU time 2) Process conteniton scope: just compete with other threads in the same process vs System Contention Scope where they compete with threads in other processes.

Related

System Contention Scope

Leave a Reply