我刚刚观看了有关如何使用 Orleans 构建 Halo 4 的分布式云服务的视频
问问题
630 次
2 回答
3
我建议您通读这两套文档,看看哪些功能最符合您的要求:
http://docs.particular.net/nservicebus/sagas-in-nservicebus
https://dotnet.github.io/orleans/Documentation/Introduction.html
于 2014-06-11T15:00:16.217 回答
0
在完成了 Richard 在 Pluralsight 中的课程后,我认为两者在功能上是重叠的。在我的理解中,grain 是虚拟的、单线程的,并且存在于像云这样的分布式环境中。
于 2015-05-03T23:40:20.800 回答