You cannot post messages because only members can post, and you are not currently a member.
Description:
Memcached user and development mailing list
|
|
|
Some changes in memcached to efficiently process multi-get queries
|
| |
Hi,
We have made some changes in memcached for doing "Data filtering at server". We would like to open source this and contribute to memcached. We can provide you the patch for review. We have developed some tests (which people could try out) that show benefits of this i.e. "data filtering at... more »
|
|
memcache in a sheared server
|
| |
hey all, i am new to memcache . i am hosting a web application on a shared served (linux debian), with other users is there any way to start memcahce daemon only for specific user, without letting other users to see my data ? thank you
|
|
multiple memcached server problem with perl and c++ client
|
| |
hi my problem is , i ve two memcached server running on two different linux machine. and from another linux machine using perl memcached client updating memcached server's correctly,read from perl client is fine. but i ve windows machine which run utility which in turn reads data from same memcached server's using c++ client... more »
|
|
How does Memcached internally use 'item' structures?
|
| |
Hi. For my thesis, I'm working on a fork of Memcached, a C++ reimplementation without libevent. To do this, I need to know how Memcached use items to store key and values. Particularly, I'm interested to know in detail what each field is used for. The item type has been defined in memcached.h as... more »
|
|
|