Priority


noun, plural priorities for 2–4.
1.
the state or quality of being earlier in time, occurrence, etc.
2.
the right to precede others in order, rank, privilege, etc.; precedence.
3.
the right to take precedence in obtaining certain supplies, services, facilities, etc., especially during a shortage.
4.
something given special attention.
adjective
5.
highest or higher in importance, rank, privilege, etc.:
a priority task.
noun (pl) -ties
1.
the condition of being prior; antecedence; precedence
2.
the right of precedence over others
3.
something given specified attention: my first priority

Read Also:

  • Priority inheritance

    parallel A technique for avoiding priority inversion by temporarily raising the prioriry of all processes that want to access a shared resource to the highest priority level of any of them. Priority inversion occurs where a low priority process, L is holding a resource required by a high priority process, H, but L is not […]

  • Priority interrupt

    jargon Any stimulus compelling enough to yank one right out of hack mode. Classically used to describe being dragged away by an SO for immediate sex, but may also refer to more mundane interruptions such as a fire alarm going off in the near vicinity. Also called an NMI (non-maskable interrupt), especially in PC-land. [Jargon […]

  • Priority inversion

    parallel The state of a concurrent system where a high priority task is waiting for a low priority task which is waiting for a medium priority task. The system may become unstable and crash under these circumstances. In an operating system that uses multiple tasks, each task (or context) may be given a priority. These […]

  • Priority-mail

    noun 1. (in the U.S. Postal Service) mail consisting of merchandise weighing more than 12 ounces sent at first-class rates.

  • Priority queue

    programming A data structure with three operations: insert a new item, return the highest priority item, and remove the highest priority item. The obvious way to represent priority queues is by maintaining a sorted list but this can make the insert operation very slow. Greater efficiency can be achieved by using heaps. (1996-03-12)


Disclaimer: Priority 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.