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

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

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

4 个仓库

Awesome GitHub RepositoriesProcess Managers

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.

Awesome Process Managers GitHub Repositories

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

    m1k1o/neko

    17,168在 GitHub 上查看↗

    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.

    Godockergolangmedia-streaming
    在 GitHub 上查看↗17,168
  • huangzworks/redis-3.0-annotatedhuangzworks 的头像

    huangzworks/redis-3.0-annotated

    10,172在 GitHub 上查看↗

    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.

    C
    在 GitHub 上查看↗10,172
  • ddollar/foremanddollar 的头像

    ddollar/foreman

    6,153在 GitHub 上查看↗

    Manage Procfile-based applications

    Generates systemd, upstart, and runit configuration files from a Procfile for production deployment.

    Ruby
    在 GitHub 上查看↗6,153
  • phusion/passengerphusion 的头像

    phusion/passenger

    5,084在 GitHub 上查看↗

    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.

    C++application-serverappservercloud
    在 GitHub 上查看↗5,084
  1. Home
  2. DevOps & Infrastructure
  3. Process Managers

探索子标签

  • Procfile-Based ExportsGenerates init-style configuration files (systemd, upstart, runit) from a Procfile for production deployment. **Distinct from Process Managers:** Distinct from Process Managers: focuses on generating configuration files from a Procfile, not runtime process lifecycle management.