On Mar 27, 2:38 pm, expream <expr...@inbox.lv> wrote: > Hello all! > > I'm new to memcached. And hove some problems. I have a online game ... > and I'm using memcached... but sometimes I see that memcached dont > work.. 1 time from 20 memcached returned 0 instead of value... what > can be the problem? > > I have pretty high load... netstat -np 11211 | wc -l is about > 60000 ... and there are a lot of TIME_WAIT connections... what > parametrs shuold I change... if I have a lot of visitors... ?
It's unclear what exact problem you're complaining about, but it sounds like you're not persisting your connections (strongly recommended) and you may be expecting it to be a persistent store (it's not).