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 هو خادم ويب متعدد المستأجرين ومدير عمليات ديناميكي مصمم لاستضافة وإدارة تطبيقات الويب المكتوبة بلغات Ruby و Python و Node.js. يعمل كخادم تطبيقات يتعامل مع إدارة العمليات والموارد، مما يضمن إمكانية تشغيل تطبيقات مستقلة متعددة على مثيل خادم واحد. يتميز المشروع بنموذج نشر مرن، قادر على العمل كخادم ويب مستقل أو كوحدة تكامل لخوادم ويب خارجية عالية الأداء موجودة. يستخدم واجهة محايدة لغوياً لتوفير استضافة متعددة اللغات ويستخدم بنية متعددة المستأجرين لتحسين استخدام موارد النظام. تشمل القدرات الأساسية إدارة العمليات الآلية مع توسيع نطاق ديناميكي بناءً على حركة المرور في الوقت الفعلي ونظام إشراف يعيد تشغيل العمليات المتعطلة تلقائياً. يوفر الخادم أيضاً موازنة تحميل الوكيل العكسي لتوزيع الطلبات على أقل العمليات انشغالاً، إلى جانب أدوات لمراقبة الصحة والتقاط السجلات. يمكن تحديد سلوك وإعدادات الخادم عبر ملف تكوين مخصص أو وسائط سطر الأوامر.
Acts as a dynamic process manager that automatically scales application instances based on real-time traffic.