Thread scheduling. Is there official document?
I am trying to find description on how Windows is scheduling the treads. I run W2008R2 and would appreciate if someone will point me on a plain and conscious document with description how does it schedule CPU consuming threads (not IO threads).
Thank you
June 20th, 2010 4:00am
i assume you want more the "design" documentation, though does this help somewhat?
http://msdn.microsoft.com/en-us/library/ms685096(v=VS.85).aspx
Free Windows Admin Tool Kit Click here and download it now
June 21st, 2010 1:50am
Hi,
Can you be specific, is this related to driver development or generic information on windows thread scheduling or are you comapring it with unix.
You can buy windows internals 5th edition which gives you debugging level information about thread scheduling
or my favorite book " jeffrey ritcher " 'programing applications for windows ' fourth edition.
June 21st, 2010 9:13am