engine-pu branch on github

2009-12-02 Thread Dustin
I added a memcached/engine-pu branch on github as a place to help us see snapshots of the state of development of the storage engine branch. This branch is unstable by any possible definition of the word. It will likely be rewritten frequently as we put this work together. The primary

Re: Slow connection and slow response time from memcached server

2009-12-02 Thread head
ok guys, so I am still having this problem we are using php client with persistent connections (this is pooled connections in other words) using $memcache_obj-pconnect, which means that each php thread has it's own connection to memcached there are 20 http servers, each with minimum 20 php

Re: Slow connection and slow response time from memcached server

2009-12-02 Thread dormando
Just to be clear: when you hit max connections, new connections to memcached can/will lag until connections are accepted again. Existing connections won't be slow. On Wed, 2 Dec 2009, head wrote: ok guys, so I am still having this problem we are using php client with persistent connections

Re: Slow connection and slow response time from memcached server

2009-12-02 Thread head
I didn't get the strace, but I will do that shortly I noticed the listen_disabled value, I restarted memcached today to reset this value since restart I am already experiencing slow answers from memcached server but the listed_disabled value is still zero: STAT pid 21077 STAT uptime 9508 STAT

Re: Slow connection and slow response time from memcached server

2009-12-02 Thread dormando
It's forking and you're not following children. Just attach to a runing process via strace -p, run it for 5 seconds, ^C, gzip, put it somewhere On Wed, 2 Dec 2009, head wrote: hmm, I started memcached with strace, but the output file is only 6k in size and is not increasing, I mean no data is