Merge c817a2fb6a6243adcccda8d1ef5a938431f65bb6 into 456ff183d550baba9f1f5f54a3f736a5089f1cb2

This commit is contained in:
Jie Liu 2021-10-22 17:05:09 +08:00 committed by GitHub
commit 1b1874fe64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ QQ 和浏览器是两个进程,浏览器进程里面有很多线程,例如 H
批处理系统没有太多的用户操作在该系统中调度算法目标是保证吞吐量和周转时间从提交到终止的时间
**1.1 先来先服务 first-come first-serverdFCFS**
**1.1 先来先服务 first-come first-servedFCFS**
非抢占式的调度算法按照请求的顺序进行调度