GEARMAN_CLIENT_OPTIONS(3) | Gearmand | GEARMAN_CLIENT_OPTIONS(3) |
gearman_client_options - Gearmand Documentation, http://gearman.info/
#include <libgearman/gearman.h>
Link with -lgearman
gearman_client_options() returns the gearman_client_options_t for gearman_client_st. You enable options via gearman_client_add_options() and disable options via gearman_client_remove_options().
gearman_client_set_options() has been DEPRECATED.
The currently supported options are:
Run the cient in a non-blocking mode.
Automatically free task objects once they are complete.
Allow the client to read data in chunks rather than have the library buffer the entire data result and pass that back.
Generate a unique id for each task created by generating a UUID.
Various
To find out more information please check: http://gearman.info/
SEE ALSO:
Data Differential http://www.datadifferential.com/
2011-2023, Data Differential, http://www.datadifferential.com/
March 11, 2023 | 1.1.20+ds |