Documentation

The Java™ Tutorials
Hide TOC
Liveness活性
Trail: Essential Java Classes
Lesson: Concurrency

Liveness活性

A concurrent application's ability to execute in a timely manner is known as its liveness. 并发应用程序及时执行的能力称为其活性This section describes the most common kind of liveness problem, deadlock, and goes on to briefly describe two other liveness problems, starvation and livelock.本节描述了最常见的活动性问题死锁,并继续简要描述了另外两个活动性问题饥饿和活锁


Previous page: Atomic Access
Next page: Deadlock