saurabh0719 / Ageing-priority-queue

A priority queue that uses ageing to prevent process starvation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ageing-priority-queue

A priority queue that uses the process of ageing to prevent starvation of queue tasks/processes. In this example ageing is implemented by increasing the priority of older queue items every time a process/task has been marked completed.

Priority Queue theory in OS

About

A priority queue that uses ageing to prevent process starvation.


Languages

Language:C 100.0%