Talk in English - US at PHP & Friends devroom @ FOSDEM 2019
View Slides: https://speakerdeck.com/hollodotme/async-php-requests-and-reactive-responses-with-php-fpm
Short URL: https://joind.in/talk/8aafa
(QR-Code (opens in new window))
There are many approaches to execute PHP sub-tasks asynchronously or to parallelise PHP execution. While some solutions require extra extensions, individual PHP builds or a lot of process control management, this talk will show you how to configure and use the built-in PHP FastCGI Process Manager (php-fpm) to execute requests asynchronously in an isolated, tunable process pool and eventually handle their responses in a reactive way.
Comments
Comments are closed.