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 में लिखे गए वेब एप्लिकेशन को होस्ट और मैनेज करने के लिए डिज़ाइन किया गया है। यह एक एप्लिकेशन सर्वर के रूप में कार्य करता है जो प्रोसेस और संसाधन प्रबंधन को संभालता है, यह सुनिश्चित करता है कि कई स्वतंत्र एप्लिकेशन एक ही सर्वर इंस्टेंस पर चल सकें। यह प्रोजेक्ट एक लचीले डिप्लॉयमेंट मॉडल के माध्यम से खुद को अलग बनाता है, जो एक सेल्फ-कंटेंड स्टैंडअलोन वेब सर्वर के रूप में या मौजूदा उच्च-प्रदर्शन बाहरी वेब सर्वर के लिए एक एकीकरण मॉड्यूल के रूप में कार्य करने में सक्षम है। यह पॉलीग्लॉट होस्टिंग प्रदान करने के लिए एक भाषा-अज्ञेयवादी (language-agnostic) इंटरफ़ेस का उपयोग करता है और सिस्टम संसाधन उपयोग को ऑप्टिमाइज़ करने के लिए मल्टीटेनेंट आर्किटेक्चर का उपयोग करता है। मुख्य क्षमताओं में रीयल-टाइम ट्रैफ़िक के आधार पर डायनामिक स्केलिंग के साथ स्वचालित प्रोसेस प्रबंधन और एक सुपरविज़न सिस्टम शामिल है जो क्रैश हुए प्रोसेसेस को स्वचालित रूप से रीस्टार्ट करता है। सर्वर स्वास्थ्य निगरानी और लॉग कैप्चर के लिए टूल्स के साथ-साथ, सबसे कम व्यस्त उपलब्ध प्रोसेस को रिक्वेस्ट वितरित करने के लिए रिवर्स-प्रॉक्सी लोड बैलेंसिंग भी प्रदान करता है। सर्वर व्यवहार और सेटिंग्स को एक समर्पित कॉन्फ़िगरेशन फ़ाइल या कमांड लाइन आर्गुमेंट्स के माध्यम से परिभाषित किया जा सकता है।
Acts as a dynamic process manager that automatically scales application instances based on real-time traffic.