awesome-repositories.com
博客
MCP
awesome-repositories.com

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesResident Process Execution

Keeping application state and logic in memory between requests to eliminate repetitive initialization overhead.

Distinct from Residency-Based Memory Control: Existing residency tags focus on GPU memory or specific time-based allocation, not the application server pattern of resident worker processes.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Resident Process Execution. Refine with filters or upvote what's useful.

Awesome Resident Process Execution GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • php-pm/php-pmphp-pm 的头像

    php-pm/php-pm

    6,555在 GitHub 上查看↗

    This project is a PHP application server and process manager designed to reduce request latency by keeping applications resident in memory. It functions as a load balancer that distributes incoming network requests across a pool of worker processes, eliminating the overhead of repetitive bootstrapping. The server routes network requests directly into application framework kernels, bypassing traditional web server layers. It includes a built-in mechanism for delivering static assets directly to clients and supports hot reloading by monitoring source files for changes and automatically restarti

    Eliminates repetitive bootstrapping overhead by keeping application state resident in memory between requests.

    PHP
    在 GitHub 上查看↗6,555
  • spiral/frameworkspiral 的头像

    spiral/framework

    2,051在 GitHub 上查看↗

    This project is a high-performance PHP framework designed for building scalable services using a resident memory execution model. By maintaining application state in memory across requests, it eliminates bootstrap overhead and provides a persistent environment for long-running processes. The framework distinguishes itself through its integrated support for durable workflow orchestration and asynchronous task management. It enables the execution of complex, long-running business processes that automatically handle failures and state recovery, alongside a background processing system that dispa

    Maintains application state in memory across requests to remove the need for repeated initialization in long-running processes.

    PHPframeworkgolanghacktoberfest
    在 GitHub 上查看↗2,051
  1. Home
  2. Programming Languages & Runtimes
  3. Resident Process Execution