The Actor Model: A Better Way to Build Fast, Safe Software.
When computers got more chips instead of faster speeds, the old rules of programming broke. Here is how we fix it by throwing away "locks" and using "actors."
Building systems that scale without the headache of locks.
Learn how the Actor Model fixes concurrency issues by throwing away shared memory and using message-passing for resilient, fault-tolerant systems.
Continue your research with other reports from the Architecture series.