Memcached crashing under moderate load
When running memcached, after a few minutes of use it starts throwing开发者_运维知识库 the following errors and memcache stops responding.
mcm_server_connect_next_avail():2328
I have searched the Google, and it seems many people are having this issue, but the only solution I have found was 'restart the server'.
Anyone have any insight?
It seems this is a limitation with using the cmemcache library. If we use python-libmemcache everything is fine.
精彩评论