翻訳と辞書
Words near each other
・ Preference ranking organization method for enrichment evaluation
・ Preeceville
・ Preeceville Airport
・ Preecha Chaokla
・ Preecha Siri
・ Preeda Chullamondhol
・ Preedi
・ Preeja Sreedharan
・ Preem
・ Preem Palver
・ Preemergent herbicide
・ PREEMIE Reauthorization Act
・ Preemphasis improvement
・ Preempt
・ Preemption
Preemption (computing)
・ Preemption (land)
・ Preemption Act of 1841
・ Preemption Line
・ Preemption Township, Mercer County, Illinois
・ Preemption, Illinois
・ Preemptive arrest
・ Preemptive Strike (album)
・ Preemptive strike (disambiguation)
・ Preemptive war
・ Preemraff Göteborg
・ Preemraff Lysekil
・ Preen
・ Preens Eddy
・ Preeria


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Preemption (computing) : ウィキペディア英語版
Preemption (computing)

In computing, preemption is the act of temporarily interrupting a task being carried out by a computer system, without requiring its cooperation, and with the intention of resuming the task at a later time. Such a change is known as a context switch. It is normally carried out by a privileged task or part of the system known as a preemptive scheduler, which has the power to preempt, or interrupt, and later resume, other tasks in the system.
== User mode and kernel mode ==

In any given system design, some operations performed by the system may not be preemptible. This usually applies to kernel functions and service interrupts which, if not permitted to run to completion, would tend to produce race conditions resulting in deadlock. Barring the scheduler from preempting tasks while they are processing kernel functions simplifies the kernel design at the expense of system responsiveness. The distinction between user mode and kernel mode, which determines privilege level within the system, may also be used to distinguish whether a task is currently preemptible.
Most modern systems have preemptive kernels, designed to permit tasks to be preempted even when in kernel mode. Examples of such systems are Solaris 2.0/SunOS 5.0, Windows NT, the Linux kernel 2.6 and 3.x, AIX and some BSD systems (NetBSD, since version 5).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Preemption (computing)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.