awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • cloudflare/tableflipAvatar de cloudflare

    cloudflare/tableflip

    3,155Ver en 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
    Ver en GitHub↗3,155
  1. Home
  2. Operating Systems & Systems Programming
  3. Process Shutdown Synchronization