The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
264 views

Use of RAM Disk in production environment to speed up application performance

My application is facing issues due to its chatty nature with database. Due to many I/O operations or database calls, it is taking time to complete a flow specialy Batch Jobs. Code optimization is ...
0
votes
0answers
270 views

Divide Overflow

when i want to install my dear application on MS-DOS os, i see error "Divide Overflow" what is the meaning of this error and how to fix it? the procedure of installing is: partitioning my HDD disk ...
0
votes
0answers
136 views

Anybody using RAM drives to speed up unit testing databases? [closed]

To unit test my stored procedures, I am running SQL Server 2008 R2 Dev Edition on my Windows 7 x64 workstation. I am creating a sandbox database off scripts; it is currently less than 40 MB. To speed ...
4
votes
3answers
975 views

What is the /dev/shm equivalence in Windows System?

I was wondering how can I make the IO faster by writing and reading temporary files to main memory. I've used to write to /dev/shm in Linux. But now I'm in Windows 7. Anyone knows the answer ? ...
5
votes
4answers
339 views

mounting without -o loop

I have written a dummy (ram disk) block device driver for linux kernel. When the driver is loaded, I can see it as /dev/mybd. I can successfully transfer data onto it using dd command, compare the ...
5
votes
3answers
6k views

Optimize Use of Ramdisk for Eclipse Development

We're developing Java/SpringSource applications with Eclipse on 32-bit Vista machines with 4GB RAM. The OS exposes roughly 3.3GB of RAM due to reservations for hardware etc. in the virtual address ...
2
votes
10answers
7k views

Can I use a RAM disk to speed up my IDE?

Duplicate: RAMDrive for compiling - is there such a thing? I have an idea how to speed up my IDE. I want to create a RAM disk and move my solution onto this virtual disk. I think that this can ...
35
votes
17answers
8k views

RAMDrive for compiling - is there such a thing?

An answer (see below) to one of the question right here on SO gave me an idea for a great little piece of software that could be invaluable to coders everywhere. I'm imagining a RAMDrive software, ...