Building with Distributed Actors
An introduction to the distributed actor model for building concurrent, resilient systems, explaining its core concepts and benefits.
An introduction to the distributed actor model for building concurrent, resilient systems, explaining its core concepts and benefits.
Final reflections on a 30-part series about building an image processing application using the SObjectizer actor framework in C++.
A developer discusses missing features and challenges in the SObjectizer C++ actor model library, focusing on agent shutdown behavior.
A guide to selecting dispatchers in the SObjectizer actor model framework for C++, focusing on strategies for binding agents to threads.
Explores SObjectizer's runtime telemetry feature for monitoring actor model applications in C++, covering setup and practical usage.
Explores message delivery challenges during shutdown in actor-based systems using C++ and SObjectizer, with a practical example of an image cache agent.
Explores SObjectizer's mutable messages feature in C++ for efficient actor model communication, preventing unnecessary data copying.
Final part of a performance deep dive into the SObjectizer actor model framework for C++, covering benchmarks and tuning options.
Explores performance analysis in the SObjectizer actor framework, focusing on throughput, latency, and factors like service time and waiting time.
Introduces performance metrics and considerations for message-passing applications using the actor model, focusing on SObjectizer and C++.
Explores using Azure Durable Entities (Actor Model) for scalable, fault-tolerant monitoring and management of IoT devices.
Explores the concept of headless web development by drawing an analogy between modular camera lenses and decoupled, single-responsibility software components.
Explores applying the Actor Model, a concurrency concept from the 1970s, to modern web development using JavaScript and Web Workers.
Introduces Akka, an open-source toolkit for building concurrent, scalable, and fault-tolerant applications using the Actor Model in Scala and Java.