1gearman_worker_echo(3)              Gearman             gearman_worker_echo(3)
2
3
4

NAME

6       gearman_worker_echo - Worker Declarations
7

SYNOPSIS

9       #include <libgearman/gearman.h>
10
11        gearman_return_t gearman_worker_echo(gearman_worker_st *worker,  const
12       void *workload,  size_t workload_size);
13

DESCRIPTION

15       Send data to all job servers to see if they echo it  back.  This  is  a
16       test function to see if job servers are responding properly.  *
17

PARAMETERS

19              [in]   worker   Structure   previously  initialized  with  gear‐
20              man_worker_create() or gearman_worker_clone().
21
22              [in] workload The workload to ask the server to echo back.
23
24              [in] workload_size Size of the workload.
25

RETURN VALUE

27       Standard gearman return value.
28

SEE ALSO

30       The Gearman homepage: http://www.gearman.org/
31

BUGS

33       Bugs should be reported at https://bugs.launchpad.net/gearmand
34

COPYING

36       Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
37
38       Use and distribution licensed under the BSD license.  See  the  COPYING
39       file in the original source for full text.
40
41
42
43Gearman                           2010-03-15            gearman_worker_echo(3)
Impressum