Libraries tagged by parallel processing
libcast/worker-pool
6595 Downloads
Runs tasks in a parallel processing workerpool.
ejunker/worker-pool
5 Downloads
Runs tasks in a parallel processing workerpool.
andrewhook/rallyround
8 Downloads
Background processing for PHP applications.
ppajer/webscraper
25 Downloads
A straightforward web scraper written in PHP, with support for parallel processing and HTML5.
matthewbaggett/worker-pool
36 Downloads
Runs tasks in a parallel processing workerpool. Built atop qxsch/worker-pool with improvements.
lukezbihlyj/silex-hive
14319 Downloads
Module that enables parallel processing to be used with the silex-plus package.
i07/php-simple-threads
9 Downloads
A very simplistic approach on parallel processing with PHP
pilotftzi/net-gearman
29 Downloads
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. This package provides an interface for PHP to communicate with the Gearman server.