Lately I\'m using imdisk http://www.ltr-data.se/opencode.html/#ImDisk I am making a 1 GB ramdisk with this command: imdisk.exe -a -t vm -m V: -s 1024M -p \"/fs:NTFS /q /y /v:Name /c\"
My situation is I have a legacy app which I don\'t have the code for which writes out data to disk every second or so. I have a C# program I wrote which every second reads what was written to disk and
I want to create a ramdisk in Python. I want to be able to do this in a cross-platform way, so it\'ll work on Windows XP-to-7, Mac, and Linux. I want to be able to read/write to the ramdisk like it\'s
This isn\'t necessarily a programming question, but I\'ve hit a performance bottleneck with disk IO and I\'d like to try writing and reading from RAM instead of th开发者_运维百科e hard drive. I want t
A python program I created is IO bounded. The majority of the time (over 90%) is spent in a single loop which repeats ~10,000 times. In this loop, ~100KB data is generated and written to a temporary f
I am using a开发者_运维知识库n embedded system running linux.I use a ramdisk filesystem on the embedded target.
I have just st开发者_高级运维arted using 0xlab\'s android port. I have been successfully able to create the file system and have been able to
I have a PHP application that for every request loads 1 ini file, and at least 10 PHP files. As these same files are loaded for every single request I thought about mounting them on a ram disk but I
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I w开发者_如何学Goas just wondering, we have in memory database(IMDB) and we also have a way to put the database in a RAM Disk. So which would be faster? You valuable comments and experiencesWikipedia