Windows Server 2008 R2 时间片大小?
W2008R2 中线程运行的时间片有多大?
How big is time slice for a thread to run in W2008R2 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
W2008R2 中线程运行的时间片有多大?
How big is time slice for a thread to run in W2008R2 ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
根据 Russinovich 的书,时间片或量子在服务器上需要 12 个时钟周期,以 CPU 周期计算(操作系统计算一个周期内有多少个 CPU 周期,然后对它们进行计数,不包括中断、开关等)。
我运行时的时钟分辨率 = 1ms,因此我的盒子上的量子约为 12ms。
according to the Russinovich book the timeslice or quantum takes 12 x clock ticks on server calculated in CPU cycles (OS calculates how many CPU cycles in one tick and then count them excluding interruprts, switches etc).
I run with clockres = 1ms, so the quantum on my box is about 12ms.