Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Gearman discussion Recent threads

Threads Replies First post Last post
Store background job's result and uniqueness of job handle
By: 周果
Hi, I am trying to store background job's result for later query. First I write a trigger to get the job's information from the MySQL persistent queue named gearman_queue and insert it to gearman_queue_out: CREATE TABLE gearman_queue (…
0 May 24 2012
21:33
May 24 2012
21:33
gearman has a core when user option GEARMAN_WORKER_NON_BLOCKING
By: wandiankan
php: libgearman/universal.cc:616: bool gearman_request_option(gearman_universal_st&, gearman_string_t&): Assertion `con->recv_state == GEARMAN_CON_RECV_UNIVERSAL_NONE' failed.
2 May 23 2012
09:22
May 24 2012
09:35
1 gearmand, 2 servers with workers
By: cloudcontroller
I have an application which processes 300K to 1 million email notification messages a day. Ubuntu web frontends send their jobs to gearmand (ubuntu10.04.4, gearman-job-server version 0.33) and two servers run 15 php workers on each. One server…
6 May 13 2012
23:40
May 23 2012
13:46
Strange exception in two cases (php ext)
By: zarincheg
Hello! I got a strange exception in two cases: 1. __construct() doesn't call in child class of GearmanClient 2. 127.0.0.0 as server address in addServer() method Text of error: PHP Fatal error: Uncaught exception 'GearmanException' with message…
0 May 23 2012
09:44
May 23 2012
09:44
Detecting hard-disconnected workers
By: Issac Goldstand
Hi, I've got a cloud setup with Geramn distributing jobs across arbitrary nodes that come and go. Most of the nodes are Windows, and the old Perl library fits my needs sufficiently (although I need to use an older version of gearmand - 0.14 or…
3 May 22 2012
10:15
May 23 2012
03:52
gearman on windows
By: wingear
Trying to configure gearman on windows machine. For that i am following : http://www.phpvs.net/2010/11/30/installing-gearman-and-gearmand-on-win dows-with-cygwin/ but it seems incomplete details. Need to know whether it is possible to do it on…
8 May 10 2012
07:35
May 18 2012
22:49
ZeroMQ
By: Kynao
Is ZeroMQ <http://www.zeromq.org/>something Gearman could benefit of ? I mean, it's a proven very fast and wide adopted socket library that would eventually save work (both in added values and fixes) and bring performance. If i'm wrong and…
0 May 18 2012
13:40
May 18 2012
13:40
Object serialization library
By: Kynao
In which scenario the use of an object serialization library like MessagePack <http://msgpack.org/>would make sense represent an added value in Gearman ?
3 May 17 2012
22:27
May 18 2012
13:03
Gearman Job Server FATAL gearman_packet_unpack_header:invalid command value
By: PHP Vardump
Gearman job server does not see the workers I added to it. I startup gearman and I see these in my gearman job server log. I assume this may be why. FATAL [ 0] gearman_packet_unpack_header:invalid command value What's wrong here? Any help…
0 May 12 2012
03:13
May 12 2012
03:13
how to retrieve completed jobs
By: hyuen
Hi all, I am playing with gearman and have the following questions: In my environment I send a bunch of tasks, around 3000, currently I am waiting for all the jobs to complete by calling: client.wait_until_jobs_completed(submitted_requests) Is…
1 May 11 2012
04:29
May 11 2012
11:38
Daily build PPA setup
By: Clint Byrum
If you are running gearmand on Ubuntu, you can try the latest trunk just using the gearman PPA here: ppa:gearman-developers/ppa It should build gearmand nightly, with the same options as the packages that are in Ubuntu. Currently that means…
2 Apr 18 2012
19:22
May 8 2012
07:45
Gearman version 0.33 Released
By: Brian Aker
Hi! Version 0.33 has been released. It include the new configuration file support for the daemon, and numerous bugs fixes. Very soon now the version number will shift to 1.0. There are numerous groups now running this code, and I think it is time…
0 May 4 2012
11:59
May 4 2012
11:59
weighted distributed processing.
By: Joseph Perry
This is a multi-part message in MIME format.Hello All, First off, I'm sending this email to three discussion groups: gea### @googlegroups.com - distributed processing library ceph-dev### @vger.kernel.org - distributed file system…
3 May 2 2012
17:05
May 3 2012
07:13
gearman_client_job_status implementation
By: isaiah van der Elst
Hi, I'm tying to implement the gearman_client_job_status equivalent in the java implementation. I'm wondering how the c/c++ implementation knows what server to query. If, for example, a client has 10 servers accoeated with it and I call…
6 Apr 22 2012
16:32
Apr 30 2012
20:52
Grafical interface to gearman
By: Leandro Oliveira
hey guys, I looked for a graphical interface for monitoring the Gearman, but without success Anyone know one?
3 Mar 26 2012
10:20
Apr 26 2012
09:11
Setting Worker ID from PHP
By: ????????? ????????
Hello, Is there any way to set worker id from PHP extension? It is needed for monitoring workers. The "workers" command from gearman administrative protocol must return FD IP-ADDRESS CLIENT-ID : FUNCTION, but now looks like: 18 127.0.0.1 - :…
1 Apr 25 2012
03:57
Apr 25 2012
12:06
java-gearman-service v0.6 released
By: isaiah van der Elst
java-gearman-service v0.6 has been released. The latest version consists of the following changes: - The service now uses the slf4j logging facade, allowing the user to have better control over logging. - Persistent background jobs…
0 Apr 23 2012
14:59
Apr 23 2012
14:59
perfdata worker not available
By: Denis Makarov
Hello. I try to use nagios+gearman+pnp4nagios. But perfdata worker not availableю There are not errors in any log files. May be someone can help me to find my mistake? Queue Name | Worker Available | Jobs Waiting | Jobs Running
0 Apr 23 2012
03:17
Apr 23 2012
03:17
send_packet(GEARMAN_INVALID_PACKET) packet not complete
By: Denis Makarov
Hello. I have some problem with gearman mod_gearman_worker always write error message in mod_gearman_worker.log: [ERROR] worker error: send_packet(GEARMAN_INVALID_PACKET) packet not complete -> libgearman/connection.cc:417 Output of…
2 Apr 18 2012
03:22
Apr 18 2012
06:23
Gearman queue persistence, transactions and error handling
By: redguy
Hi, I would like to know how is queue persistence implemented and worker error handling when processing job (I am using PHP client/worker) The case is: Lets say I have worker which send e-mail notifications. Jobs for this worker are async and…
1 Apr 17 2012
10:11
Apr 17 2012
11:30