4 repositorios
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 es un servidor web multitenant y gestor de procesos dinámico diseñado para alojar y gestionar aplicaciones web escritas en Ruby, Python y Node.js. Funciona como un servidor de aplicaciones que maneja la gestión de procesos y recursos, asegurando que múltiples aplicaciones independientes puedan ejecutarse en una sola instancia de servidor. El proyecto se distingue por un modelo de despliegue flexible, capaz de operar como un servidor web independiente autónomo o como un módulo de integración para servidores web externos de alto rendimiento existentes. Emplea una interfaz agnóstica al lenguaje para proporcionar alojamiento políglota y utiliza una arquitectura multitenant para optimizar el uso de recursos del sistema. Las capacidades principales incluyen gestión de procesos automatizada con escalado dinámico basado en el tráfico en tiempo real y un sistema de supervisión que reinicia automáticamente los procesos bloqueados. El servidor también proporciona balanceo de carga de proxy inverso para distribuir las solicitudes al proceso disponible menos ocupado, junto con herramientas para monitoreo de salud y captura de registros. El comportamiento y la configuración del servidor se pueden definir a través de un archivo de configuración dedicado o argumentos de línea de comandos.
Acts as a dynamic process manager that automatically scales application instances based on real-time traffic.