awesome-repositories.com

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

探索精选搜索博客网站地图
项目关于媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
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

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

    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