Skip to content

1.1.0 — Configurable child-process poll interval

Choose a tag to compare

@stephanschuler stephanschuler released this 19 Jun 07:11
0a15aab

The interval at which ReactPHP polls each child process for its exit status is now configurable and defaults to 0.1s (was hard-coded to 0.01s).
The previous 100 Hz poll caused unnecessary CPU load per child while jobs ran.