The scenario
I often find myself having to copy lots of data from one drive to another drive. I do have 12 gigs of ram.
Would it be quicker to handle the copying of the files like this?
Source drive -> Ram Disk -> Destination drive.
This would happen for every different file. Essentially I want to use RAM DISK as a buffer or cache .
Next question
(Bet you thought I had posted this in the wrong section didn't you
)
Does source code for an application like this exist or would I have to write one from scratch.?
If I have to write one from scratch can I access the RAM directly from C#.NET and not have to create a RAM Disk? If so anyone got any guidance on how to do this ?
Thanks
I often find myself having to copy lots of data from one drive to another drive. I do have 12 gigs of ram.
Would it be quicker to handle the copying of the files like this?
Source drive -> Ram Disk -> Destination drive.
This would happen for every different file. Essentially I want to use RAM DISK as a buffer or cache .
Next question
(Bet you thought I had posted this in the wrong section didn't you
Does source code for an application like this exist or would I have to write one from scratch.?
If I have to write one from scratch can I access the RAM directly from C#.NET and not have to create a RAM Disk? If so anyone got any guidance on how to do this ?
Thanks
Last edited: