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

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesSuccessor Process Spawning

Creating a new process instance using the current environment to facilitate resource handovers.

Distinct from Host Process Spawning: Distinct from general host process spawning: specifically focuses on creating a successor for server handoff

Explore 1 awesome GitHub repository matching operating systems & systems programming · Successor Process Spawning. Refine with filters or upvote what's useful.

Awesome Successor Process Spawning GitHub Repositories

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

    facebookarchive/grace

    4,882عرض على GitHub↗

    Grace is a lifecycle controller and process manager for Go applications designed to coordinate server transitions and implement system-level socket activation. It functions as a tool for managing secure HTTP servers and their transport layer security configurations across multiple ports. The project enables zero-downtime deployments by handing over network sockets to successor processes, allowing existing requests to complete before an old process shuts down. It also provides socket activation management, which allows servers to start lazily only upon receiving connections through an external

    Starts successor application instances using current environment arguments to enable listener handovers.

    Go
    عرض على GitHub↗4,882
  1. Home
  2. Operating Systems & Systems Programming
  3. Host Process Spawning
  4. Successor Process Spawning