in Operating System
494 views
–1 vote
–1 vote

 Onetechniqueforimplementinglotteryschedulingworksbyassigning processeslotterytickets,which are used for allocating CPU time.Whenever a scheduling decision has to be made, a lottery ticket is chosen at random, and the process holding that ticket gets the CPU. TheBTV operating system implements lottery scheduling by holding a lottery 50 times each second, with each lottery winner getting 20 milliseconds of CPU time (20 milliseconds × 50 = 1 second). Describe how the BTV schedulercanensurethathigher-prioritythreadsreceivemoreattention from the CPU than lower-prioritythreads

consider on example and explain this scheduling algo.

in Operating System
494 views

Please log in or register to answer this question.

Related questions