Tuesday, April 13, 2010

Grid Computing Article

My article about "Grid Computing Using C# Script and .Net Remoting" in codeproject.com has been released.
See Article

1 comment:

Jonathon said...

Hey mate,

I'd love to see an updated version of this article which includes WMI and the .net 4 parallel classes.

It would be quite fantastic to be able to run a function like "loop(condition, action, sharedData, machineArray[])" which would use all cores on all machines in the machine array to repeatedly execute the 'action' delegate until the 'condition' delegate was false. The condition function might even be able to make the call on when to use additional machines and how much of them to use. Using WMI would negate the need for any installation action on the 'slave' machines.