Explain the factors that motivate the hybrid scheduling approach of the ‘scheduler activations’ design (instead of pure user-level or kernel-level scheduling).

What will be an ideal response?


A hybrid scheduling scheme combines the advantages of user-level scheduling with the degree of control of allocation of processors that comes from kernel-level implementations. Efficient, custom scheduling takes place inside processes, but the allocation of a multiprocessor’s processors to processes can be globally controlled.

Computer Science & Information Technology

You might also like to view...

End-of-line comments that should be ignored by the compiler are denoted using:

a. Two forward slashes (//). b. Three forward slashes (///). c. A slash and a star (/*). d. A slash and two stars (/**).

Computer Science & Information Technology

Which mobile device setting regulates when the device goes into hibernation mode?

A. auto-locate B. root timeout C. lock screen D. sleep time

Computer Science & Information Technology

StringBuilder greeting = new StringBuilder("Hello, John"); char initial = greeting.charAt(7); ? Using the above code and the charAt() method, what value will be assigned to the variable initial?

What will be an ideal response?

Computer Science & Information Technology

Keith decides that he wants to copy some information from another Word document into a paragraph of his article. He also wants to make sure that the text he copies is formatted the same way as the rest of the paragraph, not the way it was formatted in the original document. How would he do this?

What will be an ideal response?

Computer Science & Information Technology