Scroll to navigation

GEARMAN_CLIENT_SET_TASK_CONTEXT_FREE_FN(3) Gearmand GEARMAN_CLIENT_SET_TASK_CONTEXT_FREE_FN(3)

NAME

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

SYNOPSIS

#include <libgearman/gearman.h>








Deprecated since version 0.23: Use gearman_allocator_t <#c.gearman_allocator_t>


Deprecated since version 0.23: Use gearman_allocator_t <#c.gearman_allocator_t>



Link with -lgearman

DESCRIPTION

gearman_client_st is used for client <#term-client> communication with the server.

gearman_client_context() and gearman_client_set_context() can be used to store an arbitrary object for the user.

gearman_client_set_task_context_free_fn() sets a trigger that will be called when a gearman_task_st <#c.gearman_task_st> is released.

gearman_client_timeout() and gearman_client_set_timeout() get and set the current connection timeout value, in milliseconds, for the client.

Normally malloc(3) and free(3) are used for allocation and releasing workloads. gearman_client_set_workload_malloc_fn() and gearman_client_set_workload_free_fn() can be used to replace these with custom functions. (These have been deprecated, please see gearman_allocator_t <#c.gearman_allocator_t> for the updated interface.

gearman_client_task_free_all() is used to free all current gearman_task_st <#c.gearman_task_st> that have been created with the gearman_client_st.

Warning:

By calling gearman_client_task_free_all() you can end up with a SEGFAULT if you try to use any gearman_task_st <#c.gearman_task_st> that you have kept pointers too.


RETURN VALUE

gearman_client_timeout() returns an integer representing the amount of time in milliseconds to wait for a connection before throwing an error. A value of -1 means an infinite timeout value.

HOME

To find out more information please check: <http://gearman.info/>

See also:


Author

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

Copyright

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

January 16, 2026 1.1.21+ds