• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

CPU Pooling?

SpeedyVV

Supreme [H]ardness
Joined
Sep 14, 2007
Messages
4,210
Is there such an application?

Lets say I have 4 workstations and want to pool them so that I can run a highly threaded program on them without recoding?

In essense the pooling system would combine the 4 workstations into a Virtual Quad CPU system.

Is there such an application?
 
Sort of, yes...there are off-the-shelf cluster computing systems like OpenMosix that will try to do this for you automagically. The problem is that the application has to be designed in such a way that the worker processes are mostly separate and do not need to communicate much or share memory.

OpenMosix will only work with processes, not threads...not sure if there is any system that will migrate theads.
 
Back
Top