table of contents
GEARMAN_PARSE_SERVERS(3) | Gearmand | GEARMAN_PARSE_SERVERS(3) |
NAME¶
gearman_parse_servers - Gearmand Documentation, http://gearman.info/
SYNOPSIS¶
#include <libgearman/gearman.h>
Link with -lgearman
DESCRIPTION¶
gearman_parse_servers() parses a list of servers and call the gearman_parse_server_fn() for each server.
RETURN VALUE¶
A value of type gearman_return_t is returned. On success that value will be GEARMAN_SUCCESS. Use gearman_strerror to translate this value to a printable string.
HOME¶
To find out more information please check: http://gearman.info/
SEE ALSO¶
AUTHOR¶
Data Differential http://www.datadifferential.com/
COPYRIGHT¶
2011-2024, Data Differential, http://www.datadifferential.com/
October 28, 2024 | 1.1.20+ds |