gearman_client_echo(3) - Linux man page

Name

gearman_client_echo - Single Task Interface

Synopsis

#include <libgearman/gearman.h>

gearman_return_t gearman_client_echo(gearman_client_st *client, const void *workload, size_t workload_size);

Description

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

Parameters

[in] client Structure previously initialized with
gearman_client_create() or gearman_client_clone().
[in] workload The workload to ask the server to echo back.
[in] workload_size Size of the workload.

Return Value

Standard gearman return value.

See Also

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

Bugs

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

Copying

Copyright © 2008 Brian Aker, Eric Day. All rights reserved.

Use and distribution licensed under the BSD license. See the COPYING file in the original source for full text.