Re: new Cache::Memcached::libmemcached/Memcached::libmemcached releases

2010-07-21 Thread dormando
Huzzah! On Mon, 19 Jul 2010, Patrick Galbraith wrote: Hi all! I'm pleased to announce the release of Cache::Memcached::libmemcached 0.02011 and Memcached::libmemcached 0.4201. Cache::Memcached::libmemcached uses Memcached::libmemcached, which is a Perl wrapper for libmemcached, which is

Re: Get multi error - too many keys returned

2010-07-21 Thread dormando
I'm having an issue with my memcached farm. I'm using 3 memcached servers (v1.2.6) and python-memcached client (v1.43). When using get_multi function, memcached returns sometimes keys that I wasn't asking for. Memcached can return less data than expected (if key-value does not exist), but

Re: Get multi error - too many keys returned

2010-07-21 Thread Guille -bisho-
On Wed, Jul 21, 2010 at 10:37, dormando dorma...@rydia.net wrote: I'm having an issue with my memcached farm. I'm using 3 memcached servers (v1.2.6) and python-memcached client (v1.43). When using get_multi function, memcached returns sometimes keys that I wasn't asking for. Memcached can

memcached with access controls

2010-07-21 Thread KaiGai Kohei
Sorry for the late. I tried to implement an engine module which also provides access control feature based on SELinux. Right now, it does not have any design problems and works fine. At the first, I had a plan that selinux_engine.so provides only access control features, so any actual key/value

Re: Adding a memcached server to a pool of servers

2010-07-21 Thread Guille -bisho-
On Sun, Jul 18, 2010 at 01:59, ashish 21airfo...@gmail.com wrote: Hi, I am new to memcached. I have a doubt about adding a memcached server instance to current setup. I tried searching the group but couldn't clear my doubt. I want to know how to add a new server to a list of servers ? Say I

Re: [PATCH] to make memcached drop privileges completely when running as root

2010-07-21 Thread Adam Lee
Yeah, memcached already knows how to drop privileges and it's entirely possible to jail it without having to tie it to a super-specific config. Not sure this patch is needed (no offense) On Wed, Jul 21, 2010 at 1:30 AM, dormando dorma...@rydia.net wrote: I'm not really sure how to delicately

Re: memcached with access controls

2010-07-21 Thread KaiGai Kohei
BTW, I have noticed a few symbols are not available unexpectedly when I've been under development. 1. create_instance() of the default_engine.c is not available, even if --enable-default-engine was provided. 2. safe_strtoull() of the util.c is not available from the engine module. It seems to

Re: memcached with access controls

2010-07-21 Thread KaiGai Kohei
SELinux folks, I had a series of discussion with memcached developers. Memcached is one of the most widely used key-value-store. Nowadays, it is not out of common to utilize memcached to boost web-app's performance. However, we have unignorable problem from the perspective of system security. It