← Graph

Actor Model

concept 4 connections

Computation model with the actor as its fundamental unit of computation. In response to a received message, an actor can make local decisions, create more actors, and send more messages. Actors modify only their own state and can influence others only via messaging, removing the need for locks and synchronization. Ruby's Ractor is a Ruby-flavored implementation of this model; Erlang is the canonical example cited in the talk's Q&A.

category
architecture
about
Actor Model concept
The talk explains Ractor as Ruby's actor-model abstraction.
about
Actor Model concept
Originally about the actor model; retitled but still briefly discussed, with a pointer to Ismael's other talks.
person Ismael Celis
has_skill
Actor Model concept
Has given prior talks on the actor model in Ruby.
level: intermediate
concept Ractor
related_to
Actor Model concept
Ractor is Ruby's actor-model abstraction.

Provenance

Read by
1 extraction