开发者

Typical scheduling time quantum in modern operating systems

开发者 https://www.devze.com 2022-12-09 15:11 出处:网络
What are typical duration开发者_如何学Pythons of an operating system process/thread scheduling quantum? I realize that this can vary with the scheduling algorithm, priorities, workloads, hardware, etc

What are typical duration开发者_如何学Pythons of an operating system process/thread scheduling quantum? I realize that this can vary with the scheduling algorithm, priorities, workloads, hardware, etc., so I'm expecting answers to come with conditions/assumptions, or to be ballpark.

I can find examples that seem to suggest something on the order of 16 milliseconds from various OS class notes found via Google, but I have no idea how grounded in reality these examples are.


The period of time for which a process is allowed to run uninterrupted in a pre-emptive multitasking operating system.


According to answers to this question: How to know linux scheduler time slice?

Linux will change the timeslice based on latency goals, but defaults to somewhere between 0.75 ms and 6 ms.

Acoording to answers to this question: https://superuser.com/questions/1326252/changing-windows-thread-sheduler-timeslice

Windows uses timeslices between 20 msec and 120 msec, depending on the version of windows and whether the program in question is in the foreground.

0

精彩评论

暂无评论...
验证码 换一张
取 消