I am trying to find out how long does it take each thread timeslice (quantum) in Windows but the only information that I found out is about the clock ticks being from 15 to 20ms or 20-30ms.
How can I find this information ?
I think it may vary from OS to OS, but I am not certain.
I appreciate any suggestion on this subject.
Thank you.
This KB article has some information on Windows 2000 Server editions:
So on a multi-processor Pentium, a quantum would be 5 ms and a time slice as long as 180 ms. That seems quite large to me, though…