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

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

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

2 个仓库

Awesome GitHub RepositoriesProcess Control Interfaces

Client applications that communicate with a central daemon to manage the state of background processes.

Distinct from Client-Server Architecture: Focuses on the specific application of client-server architecture for process control, rather than general structural patterns.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Process Control Interfaces. Refine with filters or upvote what's useful.

Awesome Process Control Interfaces GitHub Repositories

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

    Supervisor/supervisor

    9,068在 GitHub 上查看↗

    Supervisor is a process control system for Unix environments that ensures background processes remain running by automatically restarting them if they crash or exit. It functions as a daemon manager that provides a centralized way to start, stop, and monitor the lifecycle of long-running background tasks. The system utilizes a client-server architecture to control multiple processes through a command line interface. This allows for the orchestration of system services and background daemon control without requiring manual shell intervention. The tool covers application process supervision an

    Provides a client-server architecture allowing a CLI tool to control background processes via a central daemon.

    Python
    在 GitHub 上查看↗9,068
  • roadrunner-server/roadrunnerroadrunner-server 的头像

    roadrunner-server/roadrunner

    8,473在 GitHub 上查看↗

    RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a persistent worker model. It eliminates bootload overhead and initialization time by keeping application processes alive between requests, acting as a protocol-agnostic proxy that routes traffic to a pool of supervised workers. The server is built with a plugin-based modular architecture, allowing it to be extended with custom Go plugins and compiled into tailored binaries. It distinguishes itself by providing a unified execution model for a wide array of communication protocols,

    Exposes RPC interfaces enabling external applications to manage worker pools, cache, and server configurations.

    Goapplication-servergolanghacktoberfest
    在 GitHub 上查看↗8,473
  1. Home
  2. Software Engineering & Architecture
  3. Client-Server Architecture
  4. Process Control Interfaces