add buffer cache project
[ikiwiki.git] / docs / developer / CheckpointFeatures.mdwn
1 Random ideas for advanced checkpoint support\r
2 \r
3
4 * abstract checkpointing into an API and a bunch of functions.  convert current checkpoint code to be a elf file target\r
5 \r
6
7 * support incremental snapshots by exploiting dirty bit\r
8 \r
9
10 * support snapshot-while-running/short snapshot delay by use of COW pages\r
11 \r
12
13 * think about what to do with threads sleeping long time\r