![]() |
|
![]() | ||
|
Subject:
Process scheduling
Category: Computers Asked by: sumavind-ga List Price: $2.00 |
Posted:
30 Oct 2002 12:26 PST
Expires: 13 Nov 2002 11:43 PST Question ID: 93441 |
which type of process is generally favored by a multilevel feedback queuing scheduler-a processor-bound process or an I/O bound process? why? |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: Process scheduling
From: djlewis-ga on 30 Oct 2002 12:55 PST |
There is a discussion of Multilevel Feedback Queue Scheduling at: http://www.uwm.edu/People/nataliya/project_files/multilevel_queue_scheduling.htm The following excerpts indicate that the answer to your question is that this kind of scheduler favors I/O bound processes. "In this approach to process scheduling the ready queue is partitioned into multiple queues of different priorities. The system tends to assign processes to queues based on their CPU burst characteristics: if a process consumes too much CPU time it is placed onto a lower priority queue. Thus I/O-bound and interactive processes stay in the higher priority queues and CPU-bound processes gravitate to the lower priority queues." "Multilevel feedback queue scheduling allows a process to move between queues. This is fair for I/O-bound processes, they don't have to wait too long." |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |