Hi,
> I 100% agree. In fact, perhaps the single biggest benefit of having a
> core async model would be to reverse the current fragmentation of
> run-times and libraries.
This is PHP FPM + TrueAsync in Docker.
You can try it. It runs with a single command, the build takes a bit
of time, but that’s because it compiles from C.
https://github.com/true-async/fpm
It’s not that I had any doubts that async would work with FPM, but it
was still necessary to verify it.
I would, of course, also like to try things like PHP Native or
something similar.
But in principle, there shouldn’t be any difference in where or how
PHP is run, because the SAPI itself doesn’t change from the
perspective of the external consumer.
Thanks, Ed.