A new model of concurrency

The Syndicated Actor model is a new model of concurrency, closely related to the actor, tuplespace, and publish/subscribe models.

It helps build programs and systems that are reactive, robust to change, and graceful in the face of partial failure.

Journal entries