Re: Memcached set is too slow

2010-02-27 Thread dormando
How are you performing the test? Is memcached over localhost or over the network? If you can reproduce this in isolation I'd be curious to see what memcached and/or php are waiting on that takes so long (via strace or similar). On Wed, 24 Feb 2010, me from wrote: Adam we are on freebsd 7.2, as

Memcached used so little memory and CPU

2010-02-27 Thread abchunter
Hi, I have huge Vbulletin Forum and i am trying now memcached as i was using Xcached before. But i wonder why Memcached using so little memory and CPU. And does not reduce the load much compare to Xcache? This is my screenshots showing memcached static: http://i45.tinypic.com/2eqcqck.png Is

Re: Memcached used so little memory and CPU

2010-02-27 Thread dormando
Hi, I have huge Vbulletin Forum and i am trying now memcached as i was using Xcached before. But i wonder why Memcached using so little memory and CPU. And does not reduce the load much compare to Xcache? This is my screenshots showing memcached static: http://i45.tinypic.com/2eqcqck.png

Re: event_queue_remove not on queue 8

2010-02-27 Thread Beier
the memcached sever is hosted on a 64 bit Ubuntu8.0.4 distribution on Amazon EC2, it was installed from source max_connection was the default 1024. I suspect that the connection might went over 1024 (at peak time the server deals with about 500 hits / sec), so now I set it to 5000 and it has been