- Posts: 2
- Thank you received: 0
windows xp scheduling algorithms
17 years 8 months ago #20415
by paul_02
windows xp scheduling algorithms was created by paul_02
i am interested what scheduling algorithms windows xp uses,has anyono any info on this?
17 years 8 months ago #20423
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: windows xp scheduling algorithms
Do you mean proccess schedulling or Disk head scheduling ? Or ?
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
17 years 8 months ago #20426
by paul_02
Replied by paul_02 on topic Re: windows xp scheduling algorithms
Hi S0lo its process scheduling im interested in and the different algorithms used to implement this for windows xp operating system..
17 years 8 months ago #20427
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: windows xp scheduling algorithms
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.
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.124 seconds