简体   繁体   English

具有到达时间的循环调度(等待队列的概念)

[英]Round Robin Scheduling With Arrival Time (concept of wait queue)

i was studying round robin and there was a concept of wait queue which struck my mind so i searched the internet and found nothing over it. 我当时正在研究循环赛,当时有一个等待队列的概念让我大吃一惊,所以我搜索了互联网,却没有发现任何东西。 So How a round robin scheduling algorithm will be solved if there is an arrival time for the given process? 那么,如果给定进程有到达时间,如何解决循环调度算法?

循环调度是一种在给定的时间片上执行一个流程,然后将该流程附加到就绪队列末尾的技术,然后将其附加到就绪队列末尾,它检查是否还有其他进程可以如果存在该进程,则将其插入队列中(根据到达时间),然后将其插入队列中,然后在队列末尾添加当前已执行的进程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM