Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libmemcachedutil(3) [debian man page]

LIBMEMCACHEDUTIL(3)						   libmemcached 					       LIBMEMCACHEDUTIL(3)

NAME
libmemcachedutil - libmemcached Documentation Utility library for libmemcached SYNOPSIS
cc [ flag ... ] file ... -lmemcachedutil #include <libmemcached/memcached_util.h> DESCRIPTION
libmemcachedutil is a small and thread-safe client library that provides extra functionality built on top of libmemcached. THREADS
Do not try to access an instance of memcached_st from multiple threads at the same time. If you want to access memcached from multiple threads you should either clone the memcached_st, or use the memcached pool implementation. see memcached_pool_create(). HOME
To find out more information please check: http://libmemcached.org/ SEE ALSO
libmemcached(3) memcached_pool_create(3) memcached_pool_destroy(3) memcached_pool_pop(3) memcached_pool_push(3) AUTHOR
Brian Aker COPYRIGHT
2011, Brian Aker DataDifferential, http://datadifferential.com/ 1.0.8 May 22, 2012 LIBMEMCACHEDUTIL(3)

Check Out this Related Man Page

MEMCACHED_GET_USER_DATA(3)					   libmemcached 					MEMCACHED_GET_USER_DATA(3)

NAME
memcached_get_user_data - libmemcached Documentation Manage user specific data LIBRARY
C Client Library for memcached (libmemcached, -lmemcached) SYNOPSIS
#include <libmemcached/memcached.h> void *memcached_get_user_data(memcached_st *ptr) void *memcached_set_user_data(memcached_st *ptr, void *data) Compile and link with -lmemcached DESCRIPTION
libmemcached(3) allows you to store a pointer to a user specific data inside the memcached_st structure. memcached_set_user_data() is used to set the user specific data in the memcached_st structure. memcached_get_user_data() is used to retrieve the user specific data in the memcached_st structure. RETURN
memcached_set_user_data() returns the previous value of the user specific data. memcached_get_user_data() returns the current value uf the user specific data. HOME
To find out more information please check: http://libmemcached.org/ SEE ALSO
memcached(1) libmemcached(3) AUTHOR
Brian Aker COPYRIGHT
2011-2013, Brian Aker DataDifferential, http://datadifferential.com/ 1.0.16 January 31, 2013 MEMCACHED_GET_USER_DATA(3)
Man Page

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

Command to find number of threads

Shell script to find number of threads for relay http (0 Replies)
Discussion started by: rajeev3062002
0 Replies