tags:

views:

129

answers:

1

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?

A: 

It seems this is a limitation with using the cmemcache library. If we use python-libmemcache everything is fine.

ashchristopher