RAMDisk is a software driver that emulates as fully as possible the low-level functionality of a hard disk with system RAM. RAMDisk speeds up applications because RAM is much faster than mechanical hard disks for storing and retrieving data. Applications that do a lot of reading and writing to storage, like database queries, will show the most improvement with RAMDisk. RAMDisk can be configured to automatically load a disk image at startup and save the image to disk at shutdown. This allows the RAMDisk to function almost exactly like a hard disk; no data is lost when the power is turned off.
Reviewing 1.1 (Feb 25, 2000)
RAM is supposed to be used as temporary storage of commands of programs. This program actually slows down performance. By taking memory heaps and turning them into hard drive sectors, access to apllications will slow as RAM will now be used as permanent storage. Instead, why not fix data into the auxillary memory.
No comments yet