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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesSingle-Instance Process Guards

Mechanisms that restrict a specific application to a single active process instance to prevent state corruption.

Distinct from Single-Process Servers: Candidates focus on deployment topology or HTTP guards rather than process-level singleton enforcement.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Single-Instance Process Guards. Refine with filters or upvote what's useful.

Awesome Single-Instance Process Guards GitHub Repositories

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

    tmux-plugins/tmux-continuum

    3,981GitHub पर देखें↗

    tmux-continuum is a tmux plugin that serves as a session persistence manager. It automatically saves and restores terminal multiplexer sessions and layouts to prevent environment loss. The tool functions as a state snapshot utility, creating periodic flat-file backups of session metadata and window configurations in the background. It also acts as a workspace automator that can launch the tmux server on system boot and restore the previous environment state. The project includes capabilities for continuous environment backup, automatic session restoration, and status-bar monitoring to track

    Prevents concurrent state management by restricting backup and restoration operations to a single active server process.

    Shell
    GitHub पर देखें↗3,981
  1. Home
  2. Operating Systems & Systems Programming
  3. Single-Instance Process Guards