1 مستودع
Runtimes that keep the application bootloaded in memory to eliminate repeated bootstrap overhead.
Distinct from Persistent Background Workers: Distinct from persistent background workers by focusing on the boot-up phase of the engine across requests.
Explore 1 awesome GitHub repository matching web development · Bootloaded Runtimes. Refine with filters or upvote what's useful.
FrankenPHP is a high-performance application server and runtime for PHP. It functions as a web server that executes PHP scripts and delivers web content, incorporating a binary bundler to package applications and their dependencies into standalone executable files. The project integrates the PHP interpreter directly into the Caddy web server to provide automatic HTTPS and flexible site configuration. It features a worker mode runtime that keeps applications bootloaded in memory across requests to eliminate bootstrap overhead and increase throughput. Additionally, it serves as a communication
Keeps the application bootloaded in memory across multiple requests to eliminate PHP engine bootstrap overhead.