-
as seen on Server Fault
- Search for 'Server Fault'
I use Net_Gearman from PECL, Gearmand 1.1.11 and Gearman Manager.
Every time I add background job, I can see new worker listed with no Function, nor Id in Ggearman-Monitor:
If I add many messages in the bash loop, after some time it becomes very slow.
for i in $(seq 0 9999); do php Client.php…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
One of the characteristics I love most about Google's Task Queue is its simplicity. More specifically, I love that it takes a URL and some parameters and then posts to that URL when the task queue is ready to execute the task.
This structure means that the tasks are always executing the most current…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I was wondering if anyone else has figured out how to solve this problem. Whether I install the extension via PECL or compile it by hand, I get the same error:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/zend/lib/php_extensions/gearman.so' - dlopen(/usr/local/zend/lib/php_extensions/gearman…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to be able to query a gearman server to determine how many instances of a worker I have running (basically I want to make sure that RunTaskA is available and RunTaskB is available if there are no workers handling those tasks, I want to be able to send an alert out.
Is there any way to do this…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What is gearman and where and in what is it used?
>>> More