1 Repo
Coordination primitives to synchronize the exit of a process based on the state of a related parent or child process.
Distinct from Process Synchronization Locks: Candidates focus on resource locks or ML training; this is about OS-level process exit synchronization
Explore 1 awesome GitHub repository matching operating systems & systems programming · Process Shutdown Synchronization. Refine with filters or upvote what's useful.
Tableflip is a zero-downtime restart library and system utility designed to transfer network sockets and open file descriptors between process instances. It serves as a process lifecycle manager that coordinates the handoff of TCP, UDP, and Unix domain sockets from a parent process to a child process to maintain active sessions during service upgrades. The tool facilitates seamless restarts by utilizing file-based process ID tracking and system signals to trigger the spawning of new process instances. It ensures continuous service availability by handing over network listeners and using readi
Synchronizes process shutdown by waiting for a parent process to exit or responding to system signals.