I am looking for a way to make distributed computing over a network (lan). Is there any good framework or a library for this purpose in C/C++.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Depending on what you are trying to accomplish, you might look at Ayrris from Appistry. You would want to look at the Engine functionality specifically. It provides a framework to distribute your C++ code across any number of commodity based machines. It also provides automatic failover, in the event of a hardware failure, to guarantee execution. |
||||
|
|