任何一个优秀的执行者为C#的? [英] Any good implementation of Actors for C#?

查看:103
本文介绍了任何一个优秀的执行者为C#的?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有.NET / C#任何好的执行演员并发模型的?

Is there any good implementation of actors concurrency model for .net/c#?

我要优化一个C#程序,我认为这角色模型非常适合作为我的问题的解决方案。不幸的是我只用Scala实现经验

I have to optimize a c# routine and i think that actors model fits perfectly as a solution for my problem. Unfortunately i have experience only with scala implementation.

推荐答案

您应该看一看MS的Concurrency&安培;协调运行时(CCR)分散软件服务(DSS),部分工作室。

You should have a look at MS Concurrency & Coordination Runtime (CCR), and the Decentralized Software Services (DSS), part of Robotic Studio.

这些框架将允许你开发松散耦合的服务,满足大部分演员的方法要求。

These frameworks would allow you develop loosely coupled services that fulfill most of the actor-approach requirements.

阿克苏姆将是最合适的,遗憾的是它仍然在某种α/β相(更新在2011年二月被杀死)。我用它为我的研究和必须说,大方向是伟大的,它具有巨大的潜力。

Axum would be the best fit, unfortunately it's still in some sort of alpha/beta phase (UPDATE it has been killed in Feb. 2011). I use it for my research and must say that the general direction is great and it has enormous potential.

而不是C#,但C ++是微软的Asynchronous代理库,让你所有你需要的功能。

Not C# but C++ is Microsoft's Asynchronous Agents Library which gives you all the features that you need.

在有并行相关的功能很好看的.NET 4。

希望它帮助!

这篇关于任何一个优秀的执行者为C#的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆