About Question enthuware.ocpjp.v11.2.1084 :
Posted: Sat Jan 13, 2024 2:30 pm
I found a definition for starvation on wikipedia,
Livelock is a special case of resource starvation; the general definition only states that a specific process is not progressing.
https://en.wikipedia.org/wiki/Deadlock#Livelock
What do you think about this?
By the way, I want to share with you what I understand from "starvation". Please correct me if I'm wrong. Starvation is not something that locks a resource like deadlock does. In Starvation, the relevant resource is eventually released, but the relevant thread uses this resource for a longer time than it should.
Livelock is a special case of resource starvation; the general definition only states that a specific process is not progressing.
https://en.wikipedia.org/wiki/Deadlock#Livelock
What do you think about this?
By the way, I want to share with you what I understand from "starvation". Please correct me if I'm wrong. Starvation is not something that locks a resource like deadlock does. In Starvation, the relevant resource is eventually released, but the relevant thread uses this resource for a longer time than it should.