Re: Problem with memcache(d)

2009-09-02 Thread jm.malat...@schaefer-shop.de
Hi Dormando, Thanks for answering. I just forget to write it down :) We tried everything with the times, of course. time()+21600 and 21600 - no changes affected by rewriting. - Jean Michel

Re: Problem with memcache(d)

2009-09-02 Thread dormando
I don't see the cmd_flush stat, can you telnet to the port and run the raw command? (pretty sure it's in 1.2.8...) no, that's not too much for memcached. nobody in the world can overwhelm the thing to the point where it does that. Can you post a real code snippit that doesn't work for you? Not

Re: Problem with memcache(d)

2009-09-02 Thread dormando
Is this the pecl/memcache client? If so: $o_memcache-set('key', $data, $flags, 60); # expires in a minute. Something is backwards/wrong/weird, you can narrow this down yourself by: - boiling down manual code snippits as far as you can until it works. Write a small php script that just uses

Problem with memcache(d)

2009-09-01 Thread jm.malat...@schaefer-shop.de
Hello folk! Currently, we use memcached as caching solution. We provide a link to 3 servers, a server-2x the Memcache daemon is started (2 different ports (depending 4GB) 192.168.0.1:11211 (4 GB) 192.168.0.1:11212 (4 GB) 192.168.0.2:11211 (700 MB) 192.168.0.3:11211 (700 MB) - Php.ini: