gearman_client_remove_options(3)

GEARMAN_CLIENT_REMOVE_OPTIONS(3) Gearmand GEARMAN_CLIENT_REMOVE_OPTIONS(3)

NAME

gearman_client_remove_options - Gearmand Documentation, https://gearman.org/gearmand/

SYNOPSIS

#include <libgearman/gearman.h>

type gearman_client_options_t

gearman_client_options_t gearman_client_options(const gearman_client_st <#c.gearman_client_st> *client)

void gearman_client_set_options(gearman_client_st <#c.gearman_client_st> *client, gearman_client_options_t options)

void gearman_client_add_options(gearman_client_st <#c.gearman_client_st> *client, gearman_client_options_t options)

void gearman_client_remove_options(gearman_client_st <#c.gearman_client_st> *client, gearman_client_options_t options)

bool <#c.bool> gearman_client_has_option(gearman_client_st <#c.gearman_client_st> *client, gearman_client_options_t option)

Link with -lgearman

DESCRIPTION

gearman_client_options() returns the gearman_client_options_t for gearman_client_st <#c.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:

type GEARMAN_CLIENT_NON_BLOCKING

Run the cient in a non-blocking mode.

type GEARMAN_CLIENT_FREE_TASKS

Automatically free task objects once they are complete.

type GEARMAN_CLIENT_UNBUFFERED_RESULT

Allow the client to read data in chunks rather than have the library buffer the entire data result and pass that back.

type GEARMAN_CLIENT_GENERATE_UNIQUE

Generate a unique id for each task created by generating a UUID.

RETURN VALUE

Various

HOME

To find out more information please check: <https://gearman.org/gearmand/>

See also:

gearmand(8) libgearman(3)


Author

Data Differential http://www.datadifferential.com/

Copyright

2011-2014, Data Differential, http://www.datadifferential.com/

September 11, 2025 1.1.22