Grid computing projects similar to NGrid (thread based)
Posted
by DivdeAndConquer
on Stack Overflow
See other posts from Stack Overflow
or by DivdeAndConquer
Published on 2009-07-04T18:05:22Z
Indexed on
2010/06/06
22:32 UTC
Read the original article
Hit count: 245
grid-computing
Hello there, first time poster. This is a great place for reading about programming problems. I've been looking at some grid computing projects for .Net/Mono and stumbled upon NGrid. NGrid seems really appealing for grid computing because you simply pass threads to it and there is very little modification you have to make to your code. However, I see that NGrid (http://ngrid.sourceforge.net/?page=overview) is still at version 0.7 and hasn't been updated since May 2008.
So, I'm wondering if there are any other grid computing projects that use a similar thread-passing architecture and if anyone has had success using NGrid.
© Stack Overflow or respective owner