4 个仓库
Utilities and service definitions for managing the lifecycle and execution of background processes.
Distinguishing note: Focuses on system-level process orchestration rather than application-internal task scheduling.
Explore 4 awesome GitHub repositories matching devops & infrastructure · Process Managers. Refine with filters or upvote what's useful.
Neko is a virtual desktop infrastructure platform that provides containerized browser isolation and remote desktop environments. It enables users to host secure, ephemeral browser instances that can be accessed and managed through a standard web browser, ensuring consistent execution across different host systems. The platform distinguishes itself through its collaborative capabilities, allowing multiple users to view and interact with a single shared browser session in real time. It synchronizes keyboard, mouse, and gamepad inputs from multiple participants while providing integrated tools f
Manages the lifecycle and execution of background services and startup commands within the containerized environment.
This project provides a version of the Redis 3.0 codebase featuring detailed technical commentary and annotations. It serves as a technical resource for studying the internal design and implementation of an in-memory key-value store and the architecture of a networked NoSQL database. The documentation focuses on the implementation of the Redis Sentinel system, covering the mechanisms used for monitoring instance health, managing automatic failover, and notifying clients of primary node changes. The project covers broader architectural areas including in-memory data storage, high availability
Includes utilities for managing background execution and specifying process ID file locations.
Manage Procfile-based applications
Generates systemd, upstart, and runit configuration files from a Procfile for production deployment.
Passenger 是一个多租户 Web 服务器和动态进程管理器,旨在托管和管理用 Ruby、Python 和 Node.js 编写的 Web 应用程序。它作为一个应用程序服务器,处理进程和资源管理,确保多个独立的应用程序可以在单个服务器实例上运行。 该项目的特色在于灵活的部署模型,既可以作为独立的 Web 服务器运行,也可以作为现有高性能外部 Web 服务器的集成模块。它采用语言无关的接口来提供多语言托管,并利用多租户架构来优化系统资源使用。 核心功能包括基于实时流量的动态扩展的自动化进程管理,以及在进程崩溃时自动重启的监控系统。该服务器还提供反向代理负载均衡,将请求分发到最不繁忙的可用进程,并提供用于健康监控和日志捕获的工具。 服务器行为和设置可以通过专门的配置文件或命令行参数进行定义。
Acts as a dynamic process manager that automatically scales application instances based on real-time traffic.