Terms vs Livelock - What's the difference?
terms | livelock |
(computing) A condition resembling deadlock in which various computational processes are constantly changing but never reach a point where any of them can proceed.
* 2003 , Mark Pearce, Comprehensive VB .NET Debugging , ISBN 9781590590508,
As nouns the difference between terms and livelock
is that terms is while livelock is (computing) a condition resembling deadlock in which various computational processes are constantly changing but never reach a point where any of them can proceed.livelock
English
Noun
p. 439 (Google preview):
- A process is considered to be in a state of livelock when thread code is still executing, but two or more threads are in a never-ending cycle with each other and no useful work is being done.
