logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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 gearman_worker_st that were used.

Home

       To find out more information please check: http://gearman.info/SEEALSO:gearmand(8)libgearman(3)

Name

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

Return Value

gearman_return_t

Synopsis

       #include <libgearman/gearman.h>

       gearman_return_tgearman_client_echo(gearman_client_st*client,constvoid*workload,size_tworkload_size)gearman_return_tgearman_worker_echo(gearman_worker_st*worker,constvoid*workload,size_tworkload_size)

See Also