4 repository-uri
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 este un server web multitenant și un manager de procese dinamice conceput pentru a găzdui și gestiona aplicații web scrise în Ruby, Python și Node.js. Funcționează ca un server de aplicații care gestionează procesele și resursele, asigurându-se că mai multe aplicații independente pot rula pe o singură instanță de server. Proiectul se remarcă printr-un model de deployment flexibil, capabil să opereze ca un server web standalone auto-conținut sau ca un modul de integrare pentru servere web externe de înaltă performanță existente. Utilizează o interfață agnostică față de limbaj pentru a oferi găzduire poliglotă și utilizează o arhitectură multitenant pentru a optimiza utilizarea resurselor sistemului. Capabilitățile de bază includ gestionarea automată a proceselor cu scalare dinamică bazată pe traficul în timp real și un sistem de supraveghere care repornește automat procesele blocate. Serverul oferă, de asemenea, load balancing de tip reverse-proxy pentru a distribui cererile către cel mai puțin ocupat proces disponibil, alături de instrumente pentru monitorizarea sănătății și capturarea logurilor. Comportamentul și setările serverului pot fi definite printr-un fișier de configurare dedicat sau argumente de linie de comandă.
Acts as a dynamic process manager that automatically scales application instances based on real-time traffic.