Query: gearman_client_run_tasks
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GEARMAN_CLIENT_RUN_TASKS(3) Gearmand GEARMAN_CLIENT_RUN_TASKS(3)NAMEgearman_client_run_tasks - Gearmand Documentation, http://gearman.info/SYNOPSIS#include <libgearman/gearman.h> gearman_return_t gearman_client_run_tasks(gearman_client_st *client) Link with -lgearmanDESCRIPTIONgearman_client_run_tasks() executes one or more tasks that have been added via gearman_client_add_task(), gearman_client_add_task_status() or gearman_client_add_task_background(). gearman_client_run_tasks() can also be used with gearman_execute() if either non-blocking or background tasks were created with it.RETURN VALUEgearman_return_t If GEARMAN_PAUSE is returned one of the tasks has "paused" in order to give the caller an opportunity to take some actions (like read data, handle an exception, etc...). See gearman_task_st for more information about the state of a task.HOMETo find out more information please check: http://gearman.info/ See also gearmand(8) libgearman(3)AUTHORData Differential http://www.datadifferential.com/COPYRIGHT2012, Data Differential, http://www.datadifferential.com/ 0.33 May 04, 2012 GEARMAN_CLIENT_RUN_TASKS(3)
Similar Topics in the Unix Linux Community |
---|
Mac OS X: About background maintenance tasks |
Multiple jobs reading from same file |