awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesProcess Managers

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.

Awesome Process Managers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • m1k1o/nekom1k1o का अवतार

    m1k1o/neko

    17,168GitHub पर देखें↗

    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.

    Godockergolangmedia-streaming
    GitHub पर देखें↗17,168
  • huangzworks/redis-3.0-annotatedhuangzworks का अवतार

    huangzworks/redis-3.0-annotated

    10,172GitHub पर देखें↗

    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.

    C
    GitHub पर देखें↗10,172
  • ddollar/foremanddollar का अवतार

    ddollar/foreman

    6,153GitHub पर देखें↗

    Manage Procfile-based applications

    Generates systemd, upstart, and runit configuration files from a Procfile for production deployment.

    Ruby
    GitHub पर देखें↗6,153
  • phusion/passengerphusion का अवतार

    phusion/passenger

    5,084GitHub पर देखें↗

    Passenger एक मल्टीटेनेंट वेब सर्वर और डायनामिक प्रोसेस मैनेजर है जिसे Ruby, Python और Node.js में लिखे गए वेब एप्लिकेशन को होस्ट और मैनेज करने के लिए डिज़ाइन किया गया है। यह एक एप्लिकेशन सर्वर के रूप में कार्य करता है जो प्रोसेस और संसाधन प्रबंधन को संभालता है, यह सुनिश्चित करता है कि कई स्वतंत्र एप्लिकेशन एक ही सर्वर इंस्टेंस पर चल सकें। यह प्रोजेक्ट एक लचीले डिप्लॉयमेंट मॉडल के माध्यम से खुद को अलग बनाता है, जो एक सेल्फ-कंटेंड स्टैंडअलोन वेब सर्वर के रूप में या मौजूदा उच्च-प्रदर्शन बाहरी वेब सर्वर के लिए एक एकीकरण मॉड्यूल के रूप में कार्य करने में सक्षम है। यह पॉलीग्लॉट होस्टिंग प्रदान करने के लिए एक भाषा-अज्ञेयवादी (language-agnostic) इंटरफ़ेस का उपयोग करता है और सिस्टम संसाधन उपयोग को ऑप्टिमाइज़ करने के लिए मल्टीटेनेंट आर्किटेक्चर का उपयोग करता है। मुख्य क्षमताओं में रीयल-टाइम ट्रैफ़िक के आधार पर डायनामिक स्केलिंग के साथ स्वचालित प्रोसेस प्रबंधन और एक सुपरविज़न सिस्टम शामिल है जो क्रैश हुए प्रोसेसेस को स्वचालित रूप से रीस्टार्ट करता है। सर्वर स्वास्थ्य निगरानी और लॉग कैप्चर के लिए टूल्स के साथ-साथ, सबसे कम व्यस्त उपलब्ध प्रोसेस को रिक्वेस्ट वितरित करने के लिए रिवर्स-प्रॉक्सी लोड बैलेंसिंग भी प्रदान करता है। सर्वर व्यवहार और सेटिंग्स को एक समर्पित कॉन्फ़िगरेशन फ़ाइल या कमांड लाइन आर्गुमेंट्स के माध्यम से परिभाषित किया जा सकता है।

    Acts as a dynamic process manager that automatically scales application instances based on real-time traffic.

    C++application-serverappservercloud
    GitHub पर देखें↗5,084
  1. Home
  2. DevOps & Infrastructure
  3. Process Managers

सब-टैग एक्सप्लोर करें

  • Procfile-Based ExportsGenerates init-style configuration files (systemd, upstart, runit) from a Procfile for production deployment. **Distinct from Process Managers:** Distinct from Process Managers: focuses on generating configuration files from a Procfile, not runtime process lifecycle management.