gearmand
Job server for the Gearman distributed job queue
Install
- All systems
-
curl cmd.cat/gearmand.sh
- Debian
-
apt-get install gearman-server
- Ubuntu
-
apt-get install gearman-server
- Arch Linux
-
pacman -S gearmand
- Kali Linux
-
apt-get install gearman-server
- Fedora
-
dnf install gearmand
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gearman-server
- Raspbian
-
apt-get install gearman-server
- Dockerfile
- dockerfile.run/gearmand
gearman-job-server
Job server for the Gearman 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 contains the C reimplementation of the job server daemon
gearman-server
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.