libmc is a memcached client library for Python without any other dependencies in runtime. It's mainly written in C++ and Cython. libmc can be considered as a drop in replacement for libmemcached and python-libmemcached.
libmc is developing and maintaining by Douban Inc. Currently, It is working in production environment, powering all web traffics in douban.com. Realtime benchmark is available on travis: https://travis-ci.org/douban/libmc/builds/57124335#L1611 .
The source code has been open sourced on GitHub: https://github.com/douban/libmc .
Best Regards.
Douban Inc. | PAN, Myautsai
--
---
You received this message because you are subscribed to the Google Groups "memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email to memcached+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to a topic in the Google Groups "memcached" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/memcached/HGkAp5KxPCo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to memcached+...@googlegroups.com.
yes,i did it yesterday. the ThreadUnsafe still there.
I review libmc code, update _client.pyx
def _check_thread_ident(self): pass
It worked, but sometimes, I got segmentfault randomly.