# Gearman

Published articles for Gearman.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## GearmanManager: wygodne zarządzanie workerami

DevFeed: [GearmanManager: wygodne zarządzanie workerami](<https://devfeed.tech/articles/gearmanmanager-wygodne-zarzadzanie-workerami-27588.md>)

Original publisher: [Read original article](<https://gagor.pro/2013/11/gearmanmanager-wygodne-zarzadzanie-workerami/>)

Author: Tom

Published: 2013-11-13T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [configuration](<https://devfeed.tech/topics/configuration.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Git](<https://devfeed.tech/topics/git.md>), [apt](<https://devfeed.tech/topics/apt.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [chmod](<https://devfeed.tech/topics/chmod.md>)

Tags: [apt](<https://devfeed.tech/tags/apt.md>), [chmod](<https://devfeed.tech/tags/chmod.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [debian](<https://devfeed.tech/tags/debian.md>), [gearman](<https://devfeed.tech/tags/gearman.md>), [git](<https://devfeed.tech/tags/git.md>), [linux](<https://devfeed.tech/tags/linux.md>), [php](<https://devfeed.tech/tags/php.md>)

### AI overview

A Polish tutorial explains how to install and configure GearmanManager for managing Gearman workers, including installing the PHP Gearman module, running the installation script, placing worker scripts, and reviewing configuration options.

### Source excerpt

Niedawno zainteresowałem się usługą Gearman i jedynej rzeczy której mi brakowało to jakiegoś łatwego mechanizmu zarządzającego workerami. Ale jak zwykle okazało się że inni mieli już ten problem i odpowiednie narzędzie istnieje - mowa o GearmanManagerze. Instalacja GearmanManagera Aby zainstalować GeramanManagera na serwerze gdzie już mamy Gearmana trzeba wykonać kilka kroków (wcześniej powinniśmy też zainstalować moduł gearmana do php'a): apt-get install git -y git clone https://github.com/brianlmoon/GearmanManager.git cd GearmanManager/install chmod +x install.sh ./install.sh Detecting linux distro as redhat- or debian-compatible Where is your php executable? (usually /usr/bin) /usr/bin Which PHP library to use, pecl/gearman or PEAR::Net_Gearman? 1) pecl 2) pear #? 1 Installing to /usr/local/share/gearman-manager Installing executable to /usr/local/bin/gearman-manager Installing configs to /etc/gearman-manager Installing init script to /etc/init.d/gearman-manager Install ok! Run /etc/init.d/gearman-manager to start and stop Worker scripts can be installed in /etc/gearman-manager/workers, configuration can be edited in /etc/gearman-manager/config.ini Mamy działającego GearmanManagera. Zalecam przyglądnięcie się plikowi config-advanced.ini bo jest tam kilka opcji, które warto dodatkowo ustawić.

## Instalacja gearman-job-server 1.0.6 na Debianie Wheezy

DevFeed: [Instalacja gearman-job-server 1.0.6 na Debianie Wheezy](<https://devfeed.tech/articles/instalacja-gearman-job-server-1-0-6-na-debianie-wheezy-27583.md>)

Original publisher: [Read original article](<https://gagor.pro/2013/10/instalacja-gearman-job-server-1-0-6-na-debianie-wheezy/>)

Author: Tom

Published: 2013-10-29T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Linux](<https://devfeed.tech/topics/linux.md>)

Tags: [debian](<https://devfeed.tech/tags/debian.md>), [dev](<https://devfeed.tech/tags/dev.md>), [gearman](<https://devfeed.tech/tags/gearman.md>), [job](<https://devfeed.tech/tags/job.md>), [linux](<https://devfeed.tech/tags/linux.md>), [php](<https://devfeed.tech/tags/php.md>), [server](<https://devfeed.tech/tags/server.md>)

### AI overview

A tutorial describing how to install Gearman job server 1.0.6 on Debian Wheezy by rebuilding the package from the testing branch, then installing the PHP module using the updated Gearman development libraries.

### Source excerpt

Ostatnio trafiłem na ciekawą usługę, która pozwala oddelegować długo trwające zadania z usługi webowej. Mowa o Gearman'ie. Usługa jest o tyle ciekawa że nie narzuca ani języka dla klienta (większość popularnych ma gotowe biblioteki), ani język dla skryptów w tej usłudze nie jest narzucany. Można tę usługę wykorzystać jako most pomiędzy PHP a np. Javą/Pythonem lub do zlecenia zadań z serwera na Linux'ie do wykonania na serwerze Windowsowym (bo np. narzędzia dostępne są tylko dla Windowsa). O innych zaletach można poczytać na stronce więc nie będę przynudzać. Standardowo zainstalowałem paczkę z repo Debiania i rozbiłem się przy kompilacji modułu z PECL'a - w repo była jakaś prehistoryczna wersja. Postanowiłem uruchomić aktualną wersje 1.0.6 z gałęzi testowej przekompilowując ją na Wheezym (by uniknąć zależności z wersji testowej).

## Choosing a message queue for Python on Ubuntu on a VPS

DevFeed: [Choosing a message queue for Python on Ubuntu on a VPS](<https://devfeed.tech/articles/choosing-a-message-queue-for-python-on-ubuntu-on-a-vps-35377.md>)

Original publisher: [Read original article](<https://darkcoding.net/software/choosing-a-message-queue-for-python-on-ubuntu-on-a-vps/>)

Author: Graham King

Published: 2009-08-10T05:05:13Z

Content type: comparison

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [Messaging](<https://devfeed.tech/topics/messaging.md>), [RabbitMQ](<https://devfeed.tech/topics/rabbitmq.md>), [NumPy](<https://devfeed.tech/topics/numpy.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [Redis](<https://devfeed.tech/topics/redis.md>)

Tags: [comparison](<https://devfeed.tech/tags/comparison.md>), [gearman](<https://devfeed.tech/tags/gearman.md>), [message-queue](<https://devfeed.tech/tags/message-queue.md>), [python](<https://devfeed.tech/tags/python.md>), [queue](<https://devfeed.tech/tags/queue.md>), [rabbitmq](<https://devfeed.tech/tags/rabbitmq.md>), [redis](<https://devfeed.tech/tags/redis.md>), [software](<https://devfeed.tech/tags/software.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>)

### AI overview

A comparison of RabbitMQ, Gearman, Beanstalkd, and Redis as message queues for Python web applications running on Ubuntu VPS environments. It considers Python compatibility, memory usage, reliability, and suitability for background work.

### Source excerpt

Queuing up the best message options: A straightforward comparison of popular message queues.