Skip to content

Topic

Shared state in concurrent programs

The problem of giving several concurrent workers a consistent view of the same data, and the trade-offs between copying it, locking it and passing messages about it.

Current clusters