awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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.

  1. Home
  2. Programming Languages & Runtimes
  3. Resident Process Execution

Awesome Resident Process Execution GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • php-pm/php-pmAvatar php-pm

    php-pm/php-pm

    6,555Vezi pe 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
    Vezi pe GitHub↗6,555
  • spiral/frameworkAvatar spiral

    spiral/framework

    2,051Vezi pe 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
    Vezi pe GitHub↗2,051