posted by Eugenia Loli-Queru on Sun 13th Nov 2005 20:15 UTC
IconThe Linux kernel is a multitasking kernel, which means that many processes can run as if they were the only process on the system. The way in which an operating system chooses which process at a given time has access to a system’s CPU(s) is controlled by a scheduler. This chapter covers the Linux scheduler, preemption in Linux, and the Linux system clock and timers.
e p (0)    9 Comment(s)