gearman
Tools for the Gearman distributed job queue
Install
- All systems
-
curl cmd.cat/gearman.sh
- Debian
-
apt-get install gearman-tools
- Ubuntu
-
apt-get install gearman-tools
- Arch Linux
-
pacman -S gearman-tools
- Kali Linux
-
apt-get install gearman-tools
- Fedora
-
dnf install gearman-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gearman-tools
- OS X
-
brew install gearman
- Raspbian
-
apt-get install gearman-tools
- Dockerfile
- dockerfile.run/gearman
gearman-tools
Tools 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 some command line tools for manipulating gearman jobs.
gearmand
Distributed job queue server.
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 is an empty package that depends on both the client and the server.