How to Install gearman in Ubuntu 18.04



Install gearman by entering the following commands in the terminal:

sudo apt update
sudo apt install gearman

Description:

Distributed job queue

Gearman is a system to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to load balance lots of function calls, or to call functions between languages. . This package is an empty package that depends on both the client and the server.

Homepage: http://launchpad.net/gearmand

Version: 1.1.18+ds-1

Section: universe/web