• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

About network resource sharing

Fallout

Member
Hi, I have a (very small) network of 3 pcs at home and I was wondering if you could set it up in a way that a program would use the resources of all computers in it.
In other words if I have a program that does its job in say 30 minutes running in my computer can I set up the network so that program will use all 3 computers and do its job in 10 minutes or less time ? If so ,how ?
 
I doubt very much that that idea is feasible for a small network of 3 computers. The concept you're thinking of is, I believe, what is known as Distributed Computing, but, due to the cost of complexity of setting it up, it is usually used for large scientific computing projects.
 
Basically you want a cluster and there are a few problems with that. Firstly, I assume you're using Windows and Windows isn't used very often in clusters (MS' failover stuff doesn't count) so the available software is limited and usually very expensive and on top if that you need the apps to be cluster-aware to be able to use the other nodes for computations, 99.99% of software isn't written like that.
 
Back
Top