Sharing RAM resources between 2 or more computers

Posted by davee44 on Super User See other posts from Super User or by davee44
Published on 2013-10-19T08:48:48Z Indexed on 2013/10/19 9:58 UTC
Read the original article Hit count: 187

Filed under:
|
|
|

I know there was a somewhat similar question before: How to share CPU or RAM?

But, let me just specify it a little more...

When Microsoft Windows requires more RAM capacity than available it uses a swap-file to temporarily store the data there, this is actually something like a hard-drive-based RAM. This technology is used for many years.

Theoretically, it shouldn't be too hard to implement a similar technology that uses the RAM of different computer(s) in the network for temporary data storage. This just requires a software that runs on computers in the network that accepts and returns data from/to the main computer and keep that data in the RAM; plus the operation system of the main computer must have the ability to use computers in the network instead of (or in addition to) the swap-file.

I wonder, are there any implementations of this idea? This would allow users to build RAM clusters using all of their home or office computers, that will boost the performance of a single computer for some development/gaming/video tasks, etc.

© Super User or respective owner

Related posts about networking

Related posts about memory