Sunday, April 23, 2006

Linux kernel process scheduling

The linux scheduling works by dividing the CPU time into periods called epochs. Every process has a time period known as the time quantum; this is the maximum time a process may have durring a particular epoch. Once all processes have used up their whole time quantum a new epoch will start and the time quantums will be recalculated.

0 Comments:

Post a Comment

<< Home