Libraries tagged by concurrency
pfortin/magento2-session-unblocker
450 Downloads
Module for Magento 2 that prevents session blocking between concurrent AJAX requests
mtkh/idempotency-handler
13 Downloads
Block the concurrent/duplicate requests based on specific timeout
michaelgooden/mdg-multi-user
27 Downloads
ZF2 module to allow multiple concurrent instances of ZfcUser, for independant user systems.
mensbeam/fork
3 Downloads
Runs code concurrently by forking processes
level51/silverstripe-multi-member-sessions
1685 Downloads
Multiple concurrent member sessions for SilverStripe
kivagant/runonce
26 Downloads
Run any shell command only once (deny concurrent execution)
jesusch/php-queue
6 Downloads
PHP Class to handle concurrent running Jobs to utilize the power of multiple cores
invincible-tech-systems/easeampmysql
63 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
hyperf/single-flight-incubator
6 Downloads
A concurrent library for Hyperf
hgraca/lock
22 Downloads
A generic PHP library to control concurrent access to resources.
happyslucker/parallel
4 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.
getpagespeed/magento2-session-unblocker
1319 Downloads
Module for Magento 2 that prevents session blocking between concurrent AJAX requests
fembri/lspcs
125 Downloads
Laravel Session patch to support concurrent request.
epiecs/mikodo
22 Downloads
Concurrent unix compatible library on top of phpmiko with inventory management
dima-bzz/fork
11 Downloads
A lightweight solution for running code concurrently in PHP