Data Concurrency - Monitor

Data System Architecture

About

A Monitor is a property of a thread-safe object, or method that lock and give temporarily give access to a threads.

Documentation / Reference





Discover More
Data System Architecture
Concurrency - Latches (System Lock)

Latches are like semaphores. Latches are used to guarantee physical consistency of data, while locks are used to assure logical consistency of data. Latches are simple, low-level system lock (serialization...
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...



Share this page:
Follow us:
Task Runner