Re: auto backing up of wallet.dat

Figures: Jeff Garzik
Jeff Garzik (jgarzik) August 27, 2010 03:42 UTC
Quote from: satoshi on August 27, 2010, 2:54:07 AM 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.