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,555GitHub पर देखें↗

    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,051GitHub पर देखें↗

    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