2000-07-27 08:06:31 +02:00
|
|
|
This package implements a recoverable virtual memory. This is done
|
|
|
|
using mmap and a transaction system so that a file can be mapped
|
2003-05-06 19:40:18 +02:00
|
|
|
into VM and be remapped in another process and still have the
|
2000-07-27 08:06:31 +02:00
|
|
|
data, pointers, etc, still valid.
|