Hi,
A Thread Quantum, is the amount of time a Thread gets to run, before another Thread with same priority or a Thread with Higher Priority in the Ready State is waiting to run.
The default Thread Quantum on Windows 2KP/XP is 2 Clock Ticks and on Windows Server Systems, the default value, is 12 Clock Ticks.
But internally default Thread Quantum values are stored as multiple of Three times the number of Clock Ticks.
1] Why is the Internal Default Thread Quantum values stored as multiple of Three Times?
2] Why not, a multiple of a number <3 or >3 ?
3] How to determine the Length of the Clock Ticks?
Thanks
