awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesProcess Shutdown Synchronization

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.

Awesome Process Shutdown Synchronization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cloudflare/tableflipcloudflare 的头像

    cloudflare/tableflip

    3,155在 GitHub 上查看↗

    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.

    Gogogolanggraceful-restarts
    在 GitHub 上查看↗3,155
  1. Home
  2. Operating Systems & Systems Programming
  3. Process Shutdown Synchronization