mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
44c7128fb7
This option allows getting status from different endpoint (e.g. port or UDS file) which is useful for getting status when all children are busy with serving long running requests. Internally a new shared pool with ondemand process manager is used. It means that the status requests have reserved resources and should not be blocked by other requests.