Hi, It looks like you're using the system wrong.
Our client does, I am just the messenger ;) > As you say 1.2.2 _is_ really old and buggy, so you should be upgrading that > to a more stable version.. Yes that's clear. > *) What is the number of items on your server and the memory they consume? > Could it be that you're not storing the items in the first place? > I guess you mean those stats: STAT curr_items 86535 STAT total_items 134552 STAT bytes 27267454 What does that tell me? Actually, I am not sure if memcached is used for caching MySQL or Tomcat session-related stuff. Is there any way to get to the content of the cached objects so I can find out without bothering anybody? I think I have read-acces as I am able to get results with "echo stats | nc 127.0.0.1 11211". > *) Are you sure the client is using the same hashing method to locate the > server during store and fetch? Could it be that you're trying to fetch from > another server than you're storing the object to? > Could be, I don't know. > *) If you're having a lot of items there, what's the eviction rate of the > server?? Could it be that you're simply "trashing"? > STAT evictions 0 What does that tell me? > *) If you're not having evictions, do you use timeouts on your objects? > Could it be that your objects time out before you try to access them again? > No clue. How can I find out without bothering anybody? Cheers, Andrej
