awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索博客网站地图
项目关于媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
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,981在 GitHub 上查看↗

    tmux-continuum 是 tmux 终端复用器的持久化插件和会话管理器。它提供用于备份终端复用器工作区并自动恢复服务器会话的工具,以防止重启后环境丢失。 该项目专注于工作区布局和窗口状态的自动保存与恢复。它作为一个启动自动化工具,可以在系统引导时自动启动 tmux 服务器,确保开发环境随时可用。 该系统通过周期性的后台备份管理状态,并将会话元数据记录到平面文件快照中。它包含一个状态栏指示器以跟踪备份间隔,并设有一个保护机制,将状态管理限制在单个活跃的服务器实例中。

    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