Starvation
A process couldn't have necessary resources to process its work for a long time.
It happens in concurrent computing.
A process is in starvation when it is waiting for a resource that is continuously given to other processes
Solution to Starvation
use a scheduling algorithm with priority queue that also uses the aging technique.
Aging
A technique of gradually increasing the priority of processes that wait in the system for a long time