Libraries tagged by parallel execution
in2code/deploymentlocker
25 Downloads
Simple script to prohibit parallel execution of the same TYPO3.Surf deployment
hpbuniat/parallely
11 Downloads
parallely
boo1ean/semaphore
7 Downloads
Don't let your app be afraid of parallel execution
aalfiann/event-locker-php
31 Downloads
Event Locker class to stop multiple or parallel execution in PHP.
symplely/thread_queue
37 Downloads
An simply `uv_queue_work` wrapper API to manage a pool of threads, for parallel PHP execution
f3ath/forkrunner
103 Downloads
A simple framework to run code in parallel processes
supfeer/robo
1 Downloads
Codeception Parallel Execution Tasks via Robo Task Runner
morcano/robo-paracept
36 Downloads
Codeception Parallel Execution Tasks via Robo Task Runner
matthimatiker/command-locking-bundle
15 Downloads
Adds an optional locking feature to all console commands that can be used to prevent parallel execution.
droptica/robo-paracept
8 Downloads
Codeception Parallel Execution Tasks via Robo Task Runner
bitween-software/robo-paracept
33749 Downloads
Codeception Parallel Execution Tasks via Robo Task Runner
white-rabbit-1-sketch/php-worker-pool
5 Downloads
A lightweight PHP library to manage a pool of workers for parallel task execution. This library allows you to easily manage worker threads, process tasks concurrently, and optimize your application’s performance by executing multiple tasks in parallel. Ideal for background jobs, batch processing.
steinm6/cron-helper
96 Downloads
Simple helper to prevent parallel cronjob execution
league/shunt
519 Downloads
PHP library for executing commands in parallel on multiple remote machines, via SSH
publero/critical-section
3586 Downloads
Handles critical sections while executing multiple php scripts in parallel. Useful for cron and any other recurrently run scripts.