- Running Mezzio applications with FrankenPHP worker mode
FrankenPHP is one of the latest additions to the PHP application server ecosystem. It was created by Kévin Dunglas, and recently started being officially supported by The PHP Foundation. It is written in Go, and provided as a high-performance replacement for php-fpm. Additionally, it also supports a…
tag Archive — "async"
— 2025 —
— 2020 —
- Considerations when working with async PHP runtimes like swoole
Asynchronous and non-blocking runtimes are pretty usual in many programming languages, as well as long-lived web apps that stay in memory and are capable of dispatching multiple HTTP requests without having to be fully bootstrapped every time. This has not been traditionally the case with PHP apps. …
Older postsNewer posts