protoactor

Why Proto.Actor?

protoactor docs
Why Proto.Actor? What features can the Proto.Actor platform offer over the competition? Proto.Actor provides scalable, real-time transaction processing. Proto.Actor is a unified runtime and programming model for: Scale up (Concurrency) Scale out (Remote) Fault tolerance With one thing to learn and admin, with high cohesion and coherent semantics. Proto.Actor is a very scalable piece of software; not only in the context of performance, but also in the size of applications it is useful for. Read more...

Money Transfer Saga

protoactor patterns dotnet
Money Transfer Saga Intro Part 1 - The Scenario Part 2 - The Implementation Part 3 - The Audit Log Part 4 - Supervision, error kernels and idempotency Part 5 - Results Download Sourcecode The Saga pattern was first coined by Hector Garcia-Molina and Kenneth Salem in their paper, Sagas. Although originally described in the context of a database management system, the Saga pattern has gained popularity in a distributed systems context as a way to manage failures when dealing with multiple remote participants in a business process. Read more...
Previous Page 4 of 4
Icon