Sponsored Content
Full Discussion: Solaris 10 Book
Operating Systems Solaris Solaris 10 Book Post 302089835 by saainaath on Thursday 21st of September 2006 02:47:00 AM
Old 09-21-2006
If you r solaris10 specific i cant but if 9 go for sa239, sa299, sa399
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Good Solaris Admin book??

Can anyone recommend a good Solaris 8 or 9 Admin book? (5 Replies)
Discussion started by: here2learn
5 Replies

2. Solaris

Book Recommendation for Solaris Perf Monitoring?

I'm looking for a good Solaris performance monitoring book. I work primarily with Solaris 9, but will also be working with 10, so a dtrace chapter would also be good. Any insight would be much appreciated. (4 Replies)
Discussion started by: dangral
4 Replies

3. Solaris

Solaris x86 Book?

Does anyone know of a good book to read that teaches you all about Solaris for the x86 platform? Or maybe something related? A good website? Anyone? (3 Replies)
Discussion started by: Mr. Nice Guy
3 Replies

4. UNIX for Dummies Questions & Answers

solaris administration book

hi can anyone give me a link of Solaris administration book (solaris 10). Regards Rochit (1 Reply)
Discussion started by: rochitsharma
1 Replies

5. Solaris

e-book

Hi everybody I a new one And I have just wanted to research on Sun Solaris So can you help me what e-book to read ( and if can you give me the direct address to load ) Thks so much (3 Replies)
Discussion started by: iwbasts
3 Replies

6. Shell Programming and Scripting

perl book

I want to download larry wall's programming perl any edition book for free. will anybody tell me the location or url where i can get this book. (3 Replies)
Discussion started by: pritish.sas
3 Replies

7. Solaris

Book for Sun Certified Solaris Associate (SCSAS)

Hi All, I plan to take my first certification in Solaris “Sun Certified Solaris Associate (SCSAS)”. Is this certification has a value. Please help me to identify what book to refer. What is the cost of this exam in India? Regards, Kalai (7 Replies)
Discussion started by: kalpeer
7 Replies

8. Solaris

NAS drive (WD My Book Live) via Solaris

Anyone ever done this? Is it even possible to mount the remote NAS drive under Solaris? (7 Replies)
Discussion started by: psychocandy
7 Replies

9. AIX

A book for sysadmin

Please i searching a book which covering system administration of aix7 or 6 :lvm,virtualization,fs,etc Ebook and amazon ok. Do you know something good? Thanks (1 Reply)
Discussion started by: Linusolaradm1
1 Replies
MEMCACHED_SET_USER_DATA(3)					   libmemcached 					MEMCACHED_SET_USER_DATA(3)

NAME
memcached_set_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, Brian Aker DataDifferential, http://datadifferential.com/ 1.0.8 May 22, 2012 MEMCACHED_SET_USER_DATA(3)
All times are GMT -4. The time now is 12:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy