Multithreading

1 article

Articles tagged with "Multithreading"

Explore our collection of 1 articles about multithreading.

The Actor Model on the JVM: Part 2 - The Pitfalls of Shared State

The Actor Model on the JVM: Part 2 - The Pitfalls of Shared State

Deep dive into the specific problems that arise when dealing with shared mutable state in multithreaded environments and why traditional synchronization approaches fall short.

JavaConcurrency+4
Arthur Costa•20 min read

Related Tags

javaconcurrencyactor-modelperformancesynchronization