Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第7章最后一问:RR调度N个job的响应时间计算 #3

Open
TysonXiao opened this issue Jul 3, 2023 · 0 comments
Open

第7章最后一问:RR调度N个job的响应时间计算 #3

TysonXiao opened this issue Jul 3, 2023 · 0 comments

Comments

@TysonXiao
Copy link

第1个job,响应时间:0
第2个job,响应时间:1x量子长度
第3个job,响应时间:2x量子长度
...
第N个job,响应时间:(N-1)x量子长度

avg响应时间 = [0+1+2+...+(N-1)]x量子长度 = (N-1)/2 x 量子长度

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant