Tag Archives: gearman

Parallel processing with PHP and Gearman

Some background first Often you come to a point where you need to process data in a non-blocking fashion and in multiple threads at once. A solution for doing this isĀ Gearman that we also used in one of our recent projects. This specific project contains a collection of RSS feeds (a few thousand items) that [...]