Re: auto backing up of wallet.dat

Figures: Jeff Garzik
Quote from: satoshi on August 26, 2010, 4:13:42 PM UTC

If you read it into memory and write it out, it could fail in tight memory situations.

I think you misunderstand what mmap does? mmap / CreateFileMapping does not read a file into heap memory: http://en.wikipedia.org/wiki/Mmap