Re: [PATCH 0/2] Dirty page tracking & on-the-fly memory mirroring

From: Chris Friesen
Date: Sat Aug 01 2009 - 01:14:25 EST


Jim Paradis wrote:
> Following are two patches against 2.6.31-rc3 which implement dirty page
> tracking and on-the-fly memory mirroring. The idea is to be able to
> copy the entire physical memory over to another processor node or memory
> module while the system is running. Stratus makes use of this
> functionality to bring a new partner node online.

We've been using something like this to mirror specific applications.
Our API is a bit different, it's per-process and lets the app specify
memory regions to monitor. Another task sharing the memory map can
query the system for the addresses of pages that have been dirtied since
it last asked.

Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/