Libraries tagged by parallel-processing
libcast/worker-pool
1 Favers
6595 Downloads
6595 Downloads
Runs tasks in a parallel processing workerpool.
i07/php-simple-threads
1 Favers
9 Downloads
9 Downloads
A very simplistic approach on parallel processing with PHP
happyslucker/parallel
1 Favers
1 Downloads
1 Downloads
The Parallel library provides an efficient way to execute multiple tasks concurrently in PHP using child processes. This library leverages the functionality of the pcntl (Process Control) extension to achieve parallel processing, allowing developers to maximize resource utilization and improve performance, especially when dealing with time-consuming operations.
ejunker/worker-pool
0 Favers
6 Downloads
6 Downloads
Runs tasks in a parallel processing workerpool.