1 रिपॉजिटरी
Tools and integrations for inspecting the runtime state and execution flow of persistent worker processes.
Distinguishing note: None of the candidates cover Xdebug-style runtime introspection for persistent process workers.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Worker Process Debugging. Refine with filters or upvote what's useful.
RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a persistent worker model. It eliminates bootload overhead and initialization time by keeping application processes alive between requests, acting as a protocol-agnostic proxy that routes traffic to a pool of supervised workers. The server is built with a plugin-based modular architecture, allowing it to be extended with custom Go plugins and compiled into tailored binaries. It distinguishes itself by providing a unified execution model for a wide array of communication protocols,
Integrates with Xdebug to allow breakpoint setting and state inspection within persistent worker processes.