Actor model
The actor model in computer science is a mathematical model of concurrent computation that treats an actor as the basic building block of concurrent computation. In response to a message it receives, an actor can: make local decisions, create more actors, send more messages, and determine how to respond to the next message received. Actors may modify their own private state, but can only affect each other indirectly through messaging (removing the need for lock-based synchronization).
Actor model - Wikipedia Jump to content From Wikipedia, the free encyclopedia Model of concurrent computation The actor model in computer science is a mathematical model of concurrent computation that treats an actor as the basic building block of concurrent computation. In response to a message it receives, an actor can: make local decisions, create more actors, send more messages, and determine how to respond to the next message received. Actors may modify their own private state , but can only affect each other indirectly through messaging (removing the need for lock-based synchronization )
Explore this link on the map →related reading
- Understanding actor concurrency, Part 1: Actors in Erlang | InfoWorldinfoworld.com
- metapatterns/IntroductionToSoftwareArchitectureWithActors/Part1/README.md at main · denyspoltorak/metapatterns · GitHubgithub.com
- Concurrent computing - Wikipediaen.wikipedia.org
- The First Fully General Computer Action Model | blogsi.inc
- Understanding and expressing scalable concurrencyaturon.github.io
- Reading 14: Concurrencyweb.mit.edu
- Consistency model - Wikipediaen.wikipedia.org
- World Models: Computing the Uncomputablenotboring.co
- A Distributed Systems Reading Listferd.ca
- GitHub - tqwewe/kameo: Fault-tolerant async actors for Rust that scale seamlessly · GitHubgithub.com
- The Distributed Computing Manifesto | All Things Distributedallthingsdistributed.com
- Arjun Virkarjunvirk.com