WorkerPool.php
The WorkerPool Requires the following PHP extensions * pcntl * posix * sysvsem * sockets * proctitle (optional, PHP5.5+ comes with a builtin function)
Use the following commands to install them on RHEL: yum install php-process php-pcntl yum install php-pear php-devel ; pecl install proctitle echo 'extension=proctitle.so' > /etc/php.d/proctitle.ini
Table of Contents
Classes
- WorkerPool
- The Worker Pool class runs worker processes in parallel