In this tutorial you will improve the performance of the FAMP stack by changing the default multi-processing module from pre-fork to event and by using the PHP-FPM process manager to handle PHP code instead of the classic mod_php in Apache HTTP.
Some numbers to back this claim would be nice. My guess it’s no better than mpm-worker because fpm is still blocking, as well as all the php code.
Good overview.
Some numbers to back this claim would be nice. My guess it’s no better than mpm-worker because fpm is still blocking, as well as all the php code.