1 Repo
Streaming process execution state directly between hosts over the network to avoid disk I/O.
Distinct from Diskless Replication: Focuses on full process state migration rather than just database record replication.
Explore 1 awesome GitHub repository matching data & databases · Diskless Process Migration. Refine with filters or upvote what's useful.
CRIU is a Linux process checkpointing tool and state manager used to freeze running applications and save their memory and state to disk for later restoration. It functions as a container migration engine and an OCI checkpoint image converter, allowing the live state of running containers to be transferred between different hosts. The project distinguishes itself through its ability to persist network connectivity, acting as a TCP connection state persister that saves and reconstructs network socket states to maintain active communication after a restart. It further enables the distribution o
Streams process images directly between hosts over a network to bypass local filesystem storage overhead.