Hi internals,

Is there any hope to have https://github.com/php/php-src/pull/16565 merged 
before 8.5? It's too late to address all the locks, but having it as part of 
the ABI would be nice so we can start fixing them for 8.6/9.0. In FrankenPHP, 
if something takes a lock, it can significantly affect performance. By using 
r/w locks instead of exclusive locks, we can use shared locks when reading 
instead of exclusive locks.

— Rob

Reply via email to