Subj : programming with large memory requirements To : comp.programming From : KRK Date : Tue Sep 27 2005 12:33 pm I want to run a program that continually processes > 9 GBytes of data located in binary files. Now, the program reads in the data as needed. Is there any sort of "External RAM" that can be loaded, and treated from within a program as if it is a hard drive (i.e using C statements like fopen() and fread() ) using a regular 32 bit PC? I don't care that much about increasing speed. I don't like having to continuously access the hard drive non-stop for days at a time. .