the OS maintains a number of queues

Posted rsapaper

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了the OS maintains a number of queues相关的知识,希望对你有一定的参考价值。

 

COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION

 

 

To do its job, the OS maintains a number of queues. Each queue is simply a
waiting list of processes waiting for some resource. The long-term queue is a list of
jobs waiting to use the system. As conditions permit, the high-level scheduler will
allocate memory and create a process for one of the waiting items. The short-term
queue consists of all processes in the ready state. Any one of these processes could
use the processor next. It is up to the short-term scheduler to pick one. Generally,
this is done with a round-robin algorithm, giving each process some time in turn.
Priority levels may also be used. Finally, there is an I/O queue for each I/O device.
More than one process may request the use of the same I/O device. All processes
waiting to use each device are lined up in that device’s queue.

以上是关于the OS maintains a number of queues的主要内容,如果未能解决你的问题,请参考以下文章

[INS-41112] Specified network interface doesnt maintain connectivi

No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'nu

leetcode笔记:Move Zeroes

(转)The windows boot configuration data file dose not contain a valid OS entry

RuntimeError: Python is not installed as a framework. The Mac OS X backend will not be able to funct

sh 来自http://www.databasically.com/2011/06/02/mac-os-x-find-the-program-running-on-a-port