views:

82

answers:

2

So what I want is simple - control over processes that are ran on different connected (at least via ethernet) group\grid\cluster of PCs... something like "Parallel C#" but in form of array of .net libs and programs.

Is there any programmable parallel programming environment\framework for C# developers?

+1  A: 

This is the type of problem that Windows Communication Foundation (WCF) was created for.

There's also a grid computing framework called alchemi that might be useful.

RyanHennig
+2  A: 

You might want to look at dryadlinq

Lee
can it run on windows 7?
Blender
I believe that the software will allow Win7 on its nodes, but the cluster requires at least one server machine (2k3 or higher).
Stephen Cleary