6 ms·
Orleans is more of a distributed RPC framework using message passing than a true actor framework. Take a look at BeeHive: https://github.com/aliostad/BeeHive ht
by el_tone 12y ago
Orleans is more of a distributed RPC framework using message passing than a true actor framework.
Take a look at BeeHive:
https://github.com/aliostad/BeeHive https://github.com/aliostad/BeeHive
- pacala 12y agoI'm scratching my head a bit on what "actor framework" really means. The only mildly interesting feature I see in BeeHive examples is the Channel, which looks like an asynchronous RPC, perhaps with ordering. Can someone please give an "elevator pitch" example of what "true actor framework" is and how it's different than async RPCs?