4 dépôts
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 est un serveur web multitenant et un gestionnaire de processus dynamique conçu pour héberger et gérer des applications web écrites en Ruby, Python et Node.js. Il fonctionne comme un serveur d'application qui gère la gestion des processus et des ressources, garantissant que plusieurs applications indépendantes peuvent s'exécuter sur une seule instance de serveur. Le projet se distingue par un modèle de déploiement flexible, capable d'opérer en tant que serveur web autonome ou en tant que module d'intégration pour des serveurs web externes haute performance existants. Il emploie une interface agnostique au langage pour fournir un hébergement polyglotte et utilise une architecture multitenant pour optimiser l'utilisation des ressources système. Les capacités fondamentales incluent la gestion automatisée des processus avec mise à l'échelle dynamique basée sur le trafic en temps réel et un système de supervision qui redémarre automatiquement les processus plantés. Le serveur fournit également un équilibrage de charge par reverse-proxy pour distribuer les requêtes au processus disponible le moins occupé, aux côtés d'outils pour le monitoring de santé et la capture de logs. Le comportement et les paramètres du serveur peuvent être définis via un fichier de configuration dédié ou des arguments de ligne de commande.
Acts as a dynamic process manager that automatically scales application instances based on real-time traffic.