Do not use libmemcache use libmemcached instead!
So, I was reading the memcached listserv digests today and realized, hey, I actually knew one of the main contributors. In fact we even hosted a server for him many years ago.
So my friend works at six apart, meaning, he knows a lot about memcache, and scaling using perl, and he told me pretty much flat out, that no one should be using libraries linked against memcache anymore.
He pointed me to http://code.google.com/p/python-libmemcached/
A python wrapper for memcached using libmemcached, a new and improved client library. Apparently there is going to be an effort to make sure module authors are linking their coded against this new library.
In any case, I’ll run some tests tomorrow, and most likely spend the 5 minutes porting from cmemcache to a library that uses the latest C client bindings. As for my python_interface work yesterday, I think we can keep the memcached interface in python for now.

Comments [0]