GEARMAN_CLIENT_REMOVE_SERVERS(3) | Gearmand | GEARMAN_CLIENT_REMOVE_SERVERS(3) |
gearman_client_remove_servers - Gearmand Documentation, http://gearman.info/
#include <libgearman/gearman.h>
gearman_client_add_server() will add an additional gearmand server to the list of servers that the client will take work from.
gearman_client_remove_servers() will remove all servers from the gearman_client_st.
gearman_client_add_servers() takes a list of gearmand servers that will be parsed to provide servers for the client. The format for this is SERVER[:PORT][,SERVER[:PORT]]...
gearman_client_add_server() and gearman_client_remove_servers() return gearman_return_t.
To find out more information please check: http://gearman.info/
SEE ALSO:
Data Differential http://www.datadifferential.com/
2011-2019, Data Differential, http://www.datadifferential.com/
January 29, 2019 | 1.1.18+ds |