开发者

multi computer map-reduce in C#

开发者 https://www.devze.com 2023-01-15 07:05 出处:网络
Is there a simple Map-Reduce library or implementation for .NET that allows a ta开发者_开发问答sk to start on one computer and be split amongst multiple worker computers, perhaps using WCF or somethin

Is there a simple Map-Reduce library or implementation for .NET that allows a ta开发者_开发问答sk to start on one computer and be split amongst multiple worker computers, perhaps using WCF or something else bit more efficient to manage the inter machine communication?

I looked at Microsoft's Dryad but from the docs it seems it is more intended for long running parallel problems (e.g. simulation problems that run overnight on clusters of computers) rather than what I am looking for which is one that should execute and return results very quickly. i.e. I have a highly CPU bound task that needs many more cores than a single computer has available and it should take a second or so to complete, including sending data back and forth between the nodes.


Qizmt Made by MySpace team. As far as i remember had some OS restrictions (i.e. server Windows or Vista+ - check out for details).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号