debian man page for gearman_worker_echo

Query: gearman_worker_echo

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GEARMAN_WORKER_ECHO(3)						     Gearmand						    GEARMAN_WORKER_ECHO(3)

NAME
gearman_worker_echo - Gearmand Documentation, http://gearman.info/
SYNOPSIS
#include <libgearman/gearman.h> gearman_return_t gearman_client_echo(gearman_client_st *client, const void *workload, size_t workload_size) gearman_return_t gearman_worker_echo(gearman_worker_st *worker, const void *workload, size_t workload_size)
DESCRIPTION
gearman_client_echo() and gearman_worker_echo() send a message to a gearmand server. The server will then respond with the message that it sent. These commands are just for testing the connection to the servers that were configure for the gearman_client_st and the gear- man_worker_st that were used.
RETURN VALUE
gearman_return_t
HOME
To find out more information please check: http://gearman.info/ See also gearmand(8) libgearman(3)
AUTHOR
Data Differential http://www.datadifferential.com/
COPYRIGHT
2012, Data Differential, http://www.datadifferential.com/ 0.33 May 04, 2012 GEARMAN_WORKER_ECHO(3)
Related Man Pages
gearman_client_add_server(3) - debian
gearman_client_add_task_high_background(3) - debian
gearman_client_add_task_background(3) - debian
gearman_client_add_task_low_background(3) - debian
gearman_client_add_task_low(3) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?