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

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

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

3 个仓库

Awesome GitHub RepositoriesProcess Orchestration

Techniques for managing multi-process execution and resource distribution across CPU cores.

Distinguishing note: Focuses on preforking and socket sharing for load distribution rather than general container orchestration.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Process Orchestration. Refine with filters or upvote what's useful.

Awesome Process Orchestration GitHub Repositories

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

    gofiber/fiber

    39,849在 GitHub 上查看↗

    Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead. It provides a comprehensive runtime environment for managing the full request lifecycle, utilizing an optimized radix tree for high-speed route matching and an object pooling system to reduce garbage collection pressure during traffic processing. The framework distinguishes itself through its multi-process architecture, which supports prefork socket reuse to distribute incoming traffic across all available CPU cores. It offers a modular approach to application development, feat

    Spawns multiple child processes sharing a single network port to distribute incoming traffic across all available CPU cores.

    Goexpressexpressjsfast
    在 GitHub 上查看↗39,849
  • ddollar/foremanddollar 的头像

    ddollar/foreman

    6,153在 GitHub 上查看↗

    Manage Procfile-based applications

    Reads a declarative Procfile to define and run multiple processes concurrently in a single terminal session.

    Ruby
    在 GitHub 上查看↗6,153
  • tmux-python/tmuxptmux-python 的头像

    tmux-python/tmuxp

    4,522在 GitHub 上查看↗

    tmuxp 是一个 tmux 会话管理器和声明式工作区编排器,可自动化会话、窗口和窗格的创建与组织。它作为一个 libtmux 自动化封装器,允许用户使用 YAML 或 JSON 配置文件定义复杂的终端布局和初始 Shell 命令。 该项目作为一个终端布局快照工具脱颖而出,能够捕获运行中会话的状态并将其保存为可重现的配置。它进一步支持终端工作流自动化,通过执行引导任务和启动脚本,在启动交互式会话之前准备环境。 其更广泛的能力包括用于自动化管道的无头终端编排、用于动态解析的环境变量管理,以及用于自定义会话构建的插件架构。该系统还提供用于会话状态挂起、实时会话捕获以及通过交互式控制台进行实时状态检查的工具。

    Functions as an orchestrator that loads predefined terminal layouts and executes setup commands from YAML or JSON.

    Pythonclicli-utilitiesjson
    在 GitHub 上查看↗4,522
  1. Home
  2. DevOps & Infrastructure
  3. Process Orchestration

探索子标签

  • Declarative Process OrchestratorsTools that read a declarative file to define and run multiple processes concurrently in a single terminal session. **Distinct from Process Orchestration:** Distinct from Process Orchestration: focuses on declarative file-based definition of processes, not general multi-process execution and resource distribution.