Re: Memcached not working on default settings

2010-09-22 Thread Miles J
My friend brought to my attention that the system time and the PHP time may not be the same. So if I am setting something using PHP time and the system time is 8 hours ahead, it could automatically be expiring when being set. I have yet to test this theory but I will let you know what I find. On

Re: Memcached not working on default settings

2010-09-21 Thread j.blotus
I recently set up memcached as well, it's too bad that it doesn't give you a great idea of how things are working behind the scenes. On Sep 21, 1:27 am, Miles J mileswjohn...@gmail.com wrote: I just installed memcache for one of my apps and attempted to configure Cake to use it. When I changed

Re: Memcached not working on default settings

2010-09-21 Thread Miles J
I still have not gotten this to work. Im thinking of just setting default to file system cache and everything else to memcache. On Sep 21, 8:02 am, j.blotus j.blo...@gmail.com wrote: I recently set up memcached as well, it's too bad that it doesn't give you a great idea of how things are

Re: Memcached not working on default settings

2010-09-21 Thread j.blotus
I use a mix of both honestly, file cache for more long term stuff and memcache for things that require a shorter lifespan On Sep 21, 1:08 pm, Miles J mileswjohn...@gmail.com wrote: I still have not gotten this to work. Im thinking of just setting default to file system cache and everything else

Re: Memcached not working on default settings

2010-09-21 Thread Andy Gale
On Tue, Sep 21, 2010 at 4:02 PM, j.blotus j.blo...@gmail.com wrote: I recently set up memcached as well, it's too bad that it doesn't give you a great idea of how things are working behind the scenes. Run memcached with the -vv option and it will tell you exactly what's going on. -- Andy Gale

Re: Memcached not working on default settings

2010-09-21 Thread Miles J
-w keeps saying that memcache is doing a get before each set, so it keeps throwing a miss. On Sep 21, 3:05 pm, Andy Gale a...@salgo.net wrote: On Tue, Sep 21, 2010 at 4:02 PM, j.blotus j.blo...@gmail.com wrote: I recently set up memcached as well, it's too bad that it doesn't give you a

Memcached not working on default settings

2010-09-20 Thread Miles J
I just installed memcache for one of my apps and attempted to configure Cake to use it. When I changed default from File to Memcache, everything missed. I went from 0 to 300+ misses per request. I tried both of the following configs with the same result. Cache::config('default', array('engine' =