Skip to main content

windows xp scheduling algorithms

More
17 years 6 months ago #20415 by paul_02
i am interested what scheduling algorithms windows xp uses,has anyono any info on this? :D
More
17 years 6 months ago #20423 by S0lo
Do you mean proccess schedulling or Disk head scheduling ? Or ?

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
More
17 years 6 months ago #20426 by paul_02
Hi S0lo its process scheduling im interested in and the different algorithms used to implement this for windows xp operating system..
More
17 years 6 months ago #20427 by S0lo
check this document, there is a section for process scheduling:

dycsprogram.tripod.com/MacVsWinXPCS470ResearchPaper.doc

Basicaly, WinXP always poles the CPU (like round robin) between the highest priority threads that are awake. When all those threads are asleep, WinXP poles the next highest priority threads until they are all asleep and so on. It's also premptive. So, once a higher priority thread wakes up, WinXP forces the CPU to leave the lower priority thread it is executing and go to execute the higher one.

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
Time to create page: 0.131 seconds