Round Robin Scheduling - Arrival Time Tie which comes first?

岁酱吖の 提交于 2019-12-14 03:32:55

问题


What happens if there is a tie in the arrival time of two processes in Round Robin Scheduling? Does the order(not stated) matters or their Burst Time is considered? What will be the difference between the two?

Example: p1 AT=0 BT =30

p2 AT = 1 BT = 20

p3 AT = 1 BT = 10

Which process is given CPU time first p2 or p3?


回答1:


I would like to suggest p2, as the name 2 implied that it was earlier then p3.



来源:https://stackoverflow.com/questions/52363375/round-robin-scheduling-arrival-time-tie-which-comes-first

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!