Skip to content

Releases: travail/php-Parallel-Prefork

Call pcntl_waitpid() with WNOHANG option

30 Aug 08:27

Choose a tag to compare

  • Call pcntl_waitpid() with WNOHANG option when no children spawned.

EXPERIMENTAL 0.2.0

23 Aug 04:06

Choose a tag to compare

  • Experimental release, do not use this release.
  • Prevent to blocking at pcntl_waitpid() for long time with PHP 7.
  • Set WNOHANG at all times and sleep 1 second when no child processes spawned.