Site icon Leonid Mamchenkov

Threadable – a PHP library for parallel execution

Threadable is a PHP library that helps with building applications that need to run multiple threads in parallel.  It relies on posix and pcntl PHP extensions and does all the heavy lifting of process control.  I find this very useful, as not many PHP developers are familiar with process management.

Exit mobile version