1gearman_client_do_high(3)           Gearman          gearman_client_do_high(3)
2
3
4

NAME

6       gearman_client_do_high - Single Task Interface
7

SYNOPSIS

9       #include <libgearman/gearman.h>
10
11         void  *gearman_client_do_high(gearman_client_st  *client,  const char
12       *function_name, const char *unique,  const void *workload, size_t work‐
13       load_size,  size_t *result_size, gearman_return_t *ret_ptr);
14

DESCRIPTION

16       Run  a  high  priority  task  and return an allocated result. See gear‐
17       man_client_do() for parameter and return information.
18

SEE ALSO

20       The Gearman homepage: http://www.gearman.org/
21

BUGS

23       Bugs should be reported at https://bugs.launchpad.net/gearmand
24

COPYING

26       Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
27
28       Use and distribution licensed under the BSD license.  See  the  COPYING
29       file in the original source for full text.
30
31
32
33Gearman                           2010-03-15         gearman_client_do_high(3)
Impressum