Priority scheduling


operating system
Processes scheduling in which the scheduler selects tasks to run based on their priority as opposed to, say, a simple round-robin.
Priorities may be static or dynamic. Static priorities are assigned at the time of creation, while dynamic priorities are based on the processes’ behaviour while in the system. For example, the scheduler may favour I/O-intensive tasks so that expensive requests can be issued as early as possible.
A danger of priority scheduling is starvation, in which processes with lower priorities are not given the opportunity to run. In order to avoid starvation, in preemptive scheduling, the priority of a process is gradually reduced while it is running. Eventually, the priority of the running process will no longer be the highest, and the next process will start running. This method is called aging.

Read Also:

  • Prior-lien

    noun 1. a lien having priority over others attached to the same property.

  • Priorly

    adjective 1. preceding in time or in order; earlier or former; previous: A prior agreement prevents me from accepting this. 2. preceding in importance or privilege. noun 3. Informal. a prior conviction. Idioms 4. prior to, preceding; before: Prior to that time, buffalo had roamed the Great Plains in tremendous numbers. adjective 1. (prenominal) previous; […]

  • Prior probability

    noun 1. (statistics) the probability assigned to a parameter or to an event in advance of any empirical evidence, often subjectively or on the assumption of the principle of indifference Compare posterior probability

  • Prior-restraint

    noun 1. a court order banning publication of unpublished material.

  • Priory

    noun, plural priories. 1. a religious house governed by a prior or prioress, often dependent upon an abbey. noun (pl) -ories 1. a religious house governed by a prior, sometimes being subordinate to an abbey


Disclaimer: Priority scheduling definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.