How PHP-FPM Actually Works: FastCGI, Workers, and Process Pools
In the previous article, we established an important idea: PHP does not run by itself.
Before your framework, before your controllers, there is a runtime layer responsible for executing PHP code in production.
That layer is PHP-FPM.
Now it’s time to ...
backend-in-production.hashnode.dev3 min read
Bruce Wells
OO PHP Developer
Really great write up on PHP-FPM. I always kind of knew what was involved, but this lays it out simply and understandable.
One suggestion is to put next and previous links in your blog so people can easily read past or next articles. Seem my blog.phpfui.com blog. It approaches PHP from the developer side, but good to see the back end side as well.