Concurrency - Liveness

Data System Architecture

About

A concurrent application's ability to execute in a timely manner is known as its liveness.

Problems

Documentation / Reference





Discover More
Data System Architecture
Concurrency - Synchronization

Synchronization insures thread safety by preventing the same code being run by two different threads at the same time. When a code (object, method) has a synchronized property, if a thread enter a synchronized...
Java Conceptuel Diagram
Java Concurrency - Synchronized Statement

Another way to create synchronized code is with synchronized statements. Unlike synchronized methods, synchronized statements must specify the object that provides the intrinsic lock. The synchronized...



Share this page:
Follow us:
Task Runner