I am using memcached in my production environment. It works fine 90% of the time. But suddenly, it slows down. when I try to connect via telnet the connect part is slow. How can I debug this?
Also one more thing that is not clear is, stats shows the current connections more than 1024. I am starting memcached with default settings. so, I thought max connections that should be allowed are 1024. But I see below.. which is strange. STAT curr_connections 1063 STAT total_connections 79538 STAT connection_structures 1092 At this time the server is responding fine. Why am I seeing more than 1024 in current connections?
