Skip to content
Sahithyan's S3
1
Sahithyan's S3 — Operating Systems

Liveness

A set of properties that a system must satisfy to ensure processes make progress.

Two processes waiting indefinitely for each other. Explained in Deadlock extensively.

A process never gets the resource it needs. Occurs due to unfair scheduling.

When a low-priority process holds a lock needed by high-priority process.