Re: Expire problem

2011-01-21 Thread Brian Moon
On 1/21/11 5:23 PM, dormando wrote: Think we worked this out on IRC, there was some thing running flush_all over and over on his server. On Fri, 21 Jan 2011, Ivan wrote: Hello, i have memcached 1.4.5 on Centos 5.5, my sets seem to expire (no matter what i put as expire time, infinite or 5mins

Re: Expire problem

2011-01-21 Thread dormando
Think we worked this out on IRC, there was some thing running flush_all over and over on his server. On Fri, 21 Jan 2011, Ivan wrote: > Hello, > > i have memcached 1.4.5 on Centos 5.5, my sets seem to expire (no > matter what i put as expire time, infinite or 5mins 1 hour etc) after > few seconds

Re: Expire problem

2011-01-21 Thread Brian Moon
On 1/21/11 3:20 PM, Ivan wrote: Hello, i have memcached 1.4.5 on Centos 5.5, my sets seem to expire (no matter what i put as expire time, infinite or 5mins 1 hour etc) after few seconds and my cache is not full its not code problem since i've retested it with most basic example like this -> "con

Expire problem

2011-01-21 Thread Ivan
Hello, i have memcached 1.4.5 on Centos 5.5, my sets seem to expire (no matter what i put as expire time, infinite or 5mins 1 hour etc) after few seconds and my cache is not full its not code problem since i've retested it with most basic example like this -> "connect('127.0.0.1', 11211); if ($mem

Re: Memcached won't increment a numeric value

2011-01-21 Thread Dustin
(I tried to respond to this yesterday, but the original posting is still not visible in google groups) On Jan 21, 11:56 am, Adam Lee wrote: > Due to a quirk in memcached, I believe you actually want to store a string > representation in order to use incr/decr. > > Try changing the second line to

Re: Memcached won't increment a numeric value

2011-01-21 Thread Adam Lee
Due to a quirk in memcached, I believe you actually want to store a string representation in order to use incr/decr. Try changing the second line to CACHE.set('abc', '123') and see if that works. On Thu, Jan 20, 2011 at 11:47 AM, Josiah Ivey wrote: > Using both the Dalli and Memcached-client g

Re: Memcached Benchmarks

2011-01-21 Thread vickycc
Hi, Thanks a lor for your rapid response. Actually, as you mention, I am not so interested in the tools, but I would like to find a reference set of test (not defined by me) so that I can compare memcached performance in different platforms. Of course I can create a test set to collect the informa

Re: Memcached Benchmarks

2011-01-21 Thread Matt Ingenthron
On 1/21/11 6:19 AM, vickycc wrote: > Besides brutis and memslap, do you know of any other well-known > benchmarks for memcached? I don't know if it's well known, but: https://github.com/ingenthr/memcachetest (let me know if you want a dist tarball, that'd be easier to build) There's also: https:

Re: memcached php doubt

2011-01-21 Thread Brian Moon
On 1/20/11 10:39 PM, Shihab KB wrote: Yes it is working .. I can see memcached in the taskmanager. It is running as a service.. I can start and stop it from the services. But when I tried to connect to memcached using telnet I getting a blan screen only. I am attaching it with my mail. Now typ

Memcached Benchmarks

2011-01-21 Thread vickycc
Hi, Besides brutis and memslap, do you know of any other well-known benchmarks for memcached? Thanks!

Re: memcached php doubt

2011-01-21 Thread Shihab KB
Yes it is working .. I can see memcached in the taskmanager. It is running as a service.. I can start and stop it from the services. But when I tried to connect to memcached using telnet I getting a blan screen only. I am attaching it with my mail. regards Shihab On Thu, Jan 20, 2011 at 11:28 P