Re: auto backing up of wallet.dat

Figures: Jeff Garzik
Quote from: satoshi on August 26, 2010, 5:54:07 PM UTC

I doubt there’s an mmap(2) on Windows.

The Windows version of mmap was mentioned in the message to which you replied: CreateFileMapping

In my earlier message, I mentioned how to use this from boost: Boost::Iostreams already has a mapped_file Source.