0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

タスク管理 スケジューラとディスパッチ、スケジューリングアルゴリズム

Posted at

image.png
 スケジューラは、実行可能な状態のタスクを1つ選ぶ機構です。スケジューラによって選ばれたタスクは、実行状態に移されます。実行状態に移すことを「CPUを割り当てる」とか「ディスパッチする」といいます。

 スケジューラが実行可能状態のどのタスクを選ぶのかを決める手順をスケジューリングアルゴリズムといいます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?