How to Install gearman-server in Ubuntu 18.04



Install gearman-server by entering the following commands in the terminal:

sudo apt update
sudo apt install gearman-server

Description:

Gearman distributed job server and Perl interface

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 even to call functions between languages. . This package contains both the Gearman server as well as the corresponding Perl bindings.

Homepage: https://metacpan.org/release/Gearman-Server

Version: 1.130.1-1

Section: universe/perl