1GEARMAN_WORKER_ECHO(3)             Gearmand             GEARMAN_WORKER_ECHO(3)
2
3
4

NAME

6       gearman_worker_echo - Gearmand Documentation, http://gearman.info/
7

SYNOPSIS

9       #include <libgearman/gearman.h>
10
11       gearman_return_t  gearman_client_echo(gearman_client_st *client,  const
12       void *workload, size_t workload_size)
13
14       gearman_return_t  gearman_worker_echo(gearman_worker_st *worker,  const
15       void *workload, size_t workload_size)
16

DESCRIPTION

18       gearman_client_echo()  and  gearman_worker_echo()  send  a message to a
19       gearmand server. The server will then respond with the message that  it
20       sent. These commands are just for testing the connection to the servers
21       that were configure for the gearman_client_st and the gearman_worker_st
22       that were used.
23

RETURN VALUE

25       gearman_return_t
26

HOME

28       To find out more information please check: http://gearman.info/
29
30       SEE ALSO:
31          gearmand(8) libgearman(3)
32

AUTHOR

34       Data Differential http://www.datadifferential.com/
35
37       2011-2014, Data Differential, http://www.datadifferential.com/
38
39
40
41
421.1.18                         December 11, 2017        GEARMAN_WORKER_ECHO(3)
Impressum