Rechercher une page de manuel
gearman_client_echo
Langue: en
Version: 382795 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
NAME
gearman_client_echo - Single Task InterfaceSYNOPSIS
#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]clientStructurepreviouslyinitializedwith
- gearman_client_create() or gearman_client_clone().
- [in]workloadTheworkloadtoasktheservertoechoback.
- [in]workload_sizeSizeoftheworkload.
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/gearmandCOPYING
Copyright (C) 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.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre