Glossary


time slicingsearch for term

Dividing a resource so that each application or task that requests the resource is allocated some amount of time. The scheduler allows the current thread to run on a given processor until either the thread blocks or a time slice (a predetermined length of time) expires. At that time, the scheduler stops execution of the running thread and allows another eligible thread to run...until either it blocks or the time slice expires, and so on.

© 2013 Novell