CPU Scheduling - Basic concepts

Basic concepts The assignment of physical processors to processes allows processes to accomplish work. That assignment is a complex problem handled by the operating system. When more than one process is runable, the operating system that makes this decision is called the scheduler. The algorithm it uses...

Continue reading →