Articles liés à Context Switch

Context Switch - Couverture souple

 
9786130757601: Context Switch

Synopsis

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. A context switch is the computing process of storing and restoring the state (context) of a CPU such that multiple processes can share a single CPU resource. The context switch is an essential feature of a multitasking operating system. Context switches are usually computationally intensive and much of the design of operating systems is to optimize the use of context switches. A context switch can mean a register context switch, a task context switch, a thread context switch, or a process context switch. What constitutes the context is determined by the processor and the operating system. Switching from one process to another requires a certain amount of time for doing the administration - saving and loading registers and memory maps, updating various tables and list etc.

Les informations fournies dans la section « Synopsis » peuvent faire référence à une autre édition de ce titre.