Libraries tagged by parallax
publero/net_gearman
78042 Downloads
Gearman (http://www.danga.com/gearman) is a system to farm out work to other machines. It can load balance function calls to lots of machines and allows you to call functions between languages. It can also run all function calls in parallel.
mhlavac/gearman
52037 Downloads
Gearman (http://www.danga.com/gearman) is a system to farm out work to other machines. It can load balance function calls to lots of machines and allows you to call functions between languages. It can also run all function calls in parallel.
league/shunt
520 Downloads
PHP library for executing commands in parallel on multiple remote machines, via SSH
soarce/parallel-process-dispatcher
3955 Downloads
Tiny PHP library for running jobs in background and/or in parallel
parallel/parallel
815 Downloads
PHP library for execute functions in parallel.
n-hor/pcntl-parallel
111 Downloads
Execute PHP code in parallel with single or persistent task worker.
mitsuru793/symfony-parallel-process
61747 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
kmuenkel/parallel-collection
3568 Downloads
A Laravel wrapper for amphp/amp offering a Collection Macro that performs parallel processing
kelemen/parallel-nette-db-task-logger
10040 Downloads
Parallel task logger DB implementation
kelemen/parallel
18561 Downloads
Library for parallel running tasks
hds-solutions/parallel-sdk
2130 Downloads
SDK to implement parallel php extension
cheprasov/php-parallel
12437 Downloads
The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases
zhgzhg/gphpthread
3904 Downloads
Generic PHP Threads library using only pure PHP
wapmorgan/threadable
288 Downloads
Easy-to-use threading library providing all basic features to run your code in parallel mode
symplely/coroutine
1578 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!