2 个仓库
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.
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.
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.