awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesProcess Queue Managers

Tools that coordinate and manage the lifecycle of subprocesses and thread-safe task queues within an operating system.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Process Queue Managers. Refine with filters or upvote what's useful.

Awesome Process Queue Managers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • openhands/openhandsAvatar OpenHands

    OpenHands/OpenHands

    77,330Vezi pe GitHub↗

    OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system enables agents to autonomously navigate codebases, implement features, and resolve issues through iterative reasoning and tool execution. The platform distinguishes itself through a model-agnostic orchestrator that connects diverse language models to a unified tool registry. It

    Supervises the lifecycle of server subprocesses by performing automated health checks and restarts to maintain system readiness.

    Pythonagentartificial-intelligencechatgpt
    Vezi pe GitHub↗77,330
  • deepfakes/faceswapAvatar deepfakes

    deepfakes/faceswap

    55,289Vezi pe GitHub↗

    Faceswap is a comprehensive framework for automated media manipulation and neural face synthesis. It provides a modular pipeline that manages the entire lifecycle of facial feature extraction, deep learning model training, and image conversion. By coordinating complex computer vision workflows, the system enables users to map facial identities between source and destination datasets while maintaining structural alignment and lighting consistency across video frames. The project distinguishes itself through a highly extensible plugin-based architecture that handles hardware-accelerated process

    Maintains thread-safe queues across multiple processes with a global shutdown signal to ensure clean termination.

    Pythondeep-face-swapdeep-learningdeep-neural-networks
    Vezi pe GitHub↗55,289
  • antirez/disqueAvatar antirez

    antirez/disque

    8,070Vezi pe GitHub↗

    Disque is a distributed message broker that manages asynchronous communication between services through in-memory job queues. It operates as a cluster-aware job scheduler, providing at-least-once delivery guarantees with acknowledgment and retry mechanisms, and supports blocking queue consumers that efficiently wait for jobs to become available. The broker implements a job state machine that tracks each job through its lifecycle from queued to acknowledged, with configurable retry limits and time-to-live expiration to prevent unbounded queue growth. Jobs can be enqueued with delivery guarante

    Provides blocking queue consumers that efficiently wait for jobs without busy-waiting.

    C
    Vezi pe GitHub↗8,070
  • balloonwj/cppguideAvatar balloonwj

    balloonwj/CppGuide

    6,030Vezi pe GitHub↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Places a process into a sleep state on a wait queue until another context signals a condition has been met.

    Vezi pe GitHub↗6,030
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Process and Memory Management
  5. Process Queue Managers

Explorează sub-etichetele

  • Serialized Command QueuesQueues that ensure hardware commands are processed sequentially to prevent race conditions. **Distinct from Process Queue Managers:** Distinct from Process Queue Managers: specifically targets sequential hardware command transmission rather than OS-level subprocess lifecycle management.
  • Wait Queue Blocking1 sub-tagSuspending a process that cannot proceed and resuming it when another context signals a condition change. **Distinct from Process Queue Managers:** Distinct from Process Queue Managers: focuses on the wait queue mechanism for blocking and waking processes, not lifecycle management.