Questions tagged [gearman]

Gearman is a service that allows for distributed processing and light message queueing.

Gearman is a service that allows for distributed processing and light message queueing. Written in C to be fast.

Possible uses:

  • Sending work to background processes
  • Running functions written in other languages
  • Messaging queue
17 questions
0
votes
1 answer

Supervisord spawns only 1 instance

I have the following problem: This is my supervisord.conf-addition: [program:gearman-test-worker] process_name=%(program_name)s_%(process_num)02d command=/usr/bin/php…
Martin Müller
  • 139
  • 1
  • 7
0
votes
1 answer

Installing Gearman with PHP Extension on Debian 6.0.5 leads to error

What I have tried ... # apt-get install php5-dev # apt-get install gearman-job-server libgearman-dev # pecl install gearman Result ... ... configure: error: Please install libgearman ERROR: `/tmp/pear/temp/gearman/configure' failed Than I tried…
Aley
  • 199
  • 2
  • 3
  • 16
1
2