Hi everyone,
I would like to know what tools, frameworks or libraries you would use, to spread your C++ application across multiple machines.
Im searching for a way to create a framework/environment, in which a master-server can hand many seperated Jobs to different seperated clients, who give back their result on a special Job. The results and jobs should be instances of "normal" C++ classes, so some sort of serialization would be nice.
It needs to be in C++ because i am from a scientific background and all frameworks i would like to use are written in it.