Reactors - Programming Model for Composable Distributed Computing by Aleksandar Prokopec

Published: 06 March 2016
on channel: Voxxed Days
856
13

The actor model has long been a model of choice for building reliable distributed systems. On one hand, it ensures that message-processing is serialized within each actor, preserving the familiar sequential programming model. On the other hand, programs written in the actor model are location-transparent. The model is sufficiently low-level to express arbitrary message protocols. Composing these protocols is the key to high-level abstractions. Unfortunately, it is difficult to reuse or compose message protocols with actors.

Reactors simplify protocol composition with first-class typed channels and event streams. In this talk, I will use the Reactors framework to compare the reactor and the actor models on concrete Scala programs. I will show specific obstacles for composition in the classic actor model, and how to overcome them. I will then show how to build reusable, composable distributed computing components in the new model.


On this page of the site you can watch the video online Reactors - Programming Model for Composable Distributed Computing by Aleksandar Prokopec with a duration of hours minute second in good quality, which was uploaded by the user Voxxed Days 06 March 2016, share the link with friends and acquaintances, this video has already been watched 856 times on youtube and it was liked by 13 viewers. Enjoy your viewing!