PHP 는 프로세스가 실행후 죽으므로 각각의 프로세스는 독립되어있음
동시환경이란 swoole 이랑 프랑켄 php 같은 프로세스가 죽지않는 환경임
뮤텍스락이 걸려있는데 이를 해결함으로서 20~40% 가까이 향상되었다는
https://github.com/php/php-src/pull/13974
[wip] Remove zend_strtod mutex by arnaud-lb · Pull Request #13974 · php/php-srczend_strtod.c uses a global state (mostly an allocation freelist) protected by a mutex in ZTS builds. This state is used by zend_dtoa(). This creates a lot of contention in concurrent loads. zend_d...github.comThe impact on non-concurrent environments is null or negligible, but there is a considerable speed up on concurrent environments, especially on Alpine/Musl. When comparing master to this branch, the frankenphp-demo is sped up 10% under Apache/musl, 20% under FrankenPHP/glibc, and 40% under FrankenPHP/musl. Some synthetic benchmark is 80% faster.
너 아무것도 모르는구나? php 17.5.2 쓰면 동시환경에서 성능이 70% 향상되 - dc App
1.7.2라니 2100년일듯