- #1
knowLittle
- 312
- 3
Homework Statement
I have a question about theory of multi-processes competing for resources.
Basically, I want to know a semi-formal way to prove liveness, which informally it means that "something good must eventually happen".
For example, some process may eventually enter a critical section.
Homework Equations
I want to know how to prove this.
Can I show that there are no deadlocks or livelocks? Or show that there are livelocks and deadlocks present and in this way prove that liveness is not present in an algorithm?
The Attempt at a Solution
Thank you.