0
comment
comment
on 10/19/2017 8:51 AM
Microsoft Orleans Grains Concurrency Handling
Few weeks ago I explained the benefits of using Microsoft Orleans. One of them was the implementation of the actor pattern. Today I will dig deeper into it by revisiting a common scenario present in today systems and how it can be solved with Orleans grains.
This post will be composed by 3 parts:
1 - Traditional system
2 - The problems
3 - Grain