WELCOME TO SCALABILITI
We're a UK Collective, doing our bit to help increase that distribution, by bringing the future that already exists to a wider audience.

Crunch, save time, save tax, save money
London Tech Jobs at Career 2.0

Back to Library

Actor Model

The Actor model attempts to divide the problem space into a number of Actors each of whom can perform a unit of work. The actor can make local decisions, create more actors, send more messages, and determine how to respond to the next message received

The actor model has become a popular model and is built into languages like Erlang and Scala. As well as having the growth of libraries like Functional Java for existing languages like Java