🍁Lucas' Garden

Home

❯

2. Software Computer Engineering

❯

Distributed Computing

❯

Issues of Multi Threading

❯

Starvation

Starvation

Jun 14, 20251 min read

What is it?

In Multi-Threading applications and Distributed Computing systems, starvation occurs when high priority threads keep executing and low priority threads are blocked indefinitely. This way, the low priority thread will never get any CPU time.


Graph View

Backlinks

  • Multi-Threading

Created with Quartz v4.5.0 © 2025

  • GitHub