php8.5
Home/ Manual/ reference / gearman/ Gearman

Gearman

Gearman is a generic application framework for farming out work to multiple machines or processes. It allows applications to complete tasks in parallel, to load balance processing, and to call functions between languages. The framework can be used in a variety of applications, from high-availability web sites to the transport of database replication events.

Intro

Gearman is a generic application framework for farming out work to multiple machines or processes. It allows applications to complete tasks in parallel, to load balance processing, and to call functions between languages. The framework can be used in a variety of applications, from high-availability web sites to the transport of database replication events.

This extension provides classes for writing Gearman clients and workers.

Setup Constants Examples Gearmanclient Gearmanjob Gearmantask Gearmanworker Gearmanexception

Source: reference/gearman/book.xml · from the official PHP manual (php/doc-en)