awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • cloudflare/tableflipالصورة الرمزية لـ cloudflare

    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