NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Memcached::libmemcached (Score:1)
I only discovered your module after I was well into the development of mine. My Memcached::libmemcached module has a different focus to yours. It aims to be a complete interface to the (feature rich) libmemcached library, while also being very fast.
I always figured that there would be a separate module layered over it to provide a Cache::Memcached compatible interface.
Once Memcached::libmemcached gains sufficient features perhaps you'd consider refactoring your module to use Memcached::li
Re:Memcached::libmemcached (Score:1)
I suppose the only concern I have is just how much impact it would have as far as performance goes, to have another layer between Cache::Memcached::LibMemcached and libmemcached.
Reply to This
Parent
Re: (Score:1)
Re performance, I think I have a reputation for being paranoid about performance :)
We'll have to see how things work out in practice.
Meanwhile I'm glad your module exists as it takes the pressure off me to support the Cache::* API in the short term. Thanks.