awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • supervisor/supervisorAvatar von Supervisor

    Supervisor/supervisor

    9,068Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,068
  • roadrunner-server/roadrunnerAvatar von roadrunner-server

    roadrunner-server/roadrunner

    8,473Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,473
  1. Home
  2. Software Engineering & Architecture
  3. Client-Server Architecture
  4. Process Control Interfaces