问题
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