Re: Problems with binary protocol and memcached PECL extension

2010-01-06 Thread Brian Moon
does the get or the set hold it up? Brian. http://brian.moonspot.net/ On 1/6/10 3:38 PM, Jay Paroline wrote: Hi guys, I posted this to the libmemcached mailing list a while ago and didn't get a response, but this list is a lot more active so I'm hoping someone here will have answers

Re: Problems with binary protocol and memcached PECL extension

2010-01-06 Thread Jay Paroline
It looks like both/either. I added print statements in front of each, and it doesn't get to the get. If I comment out the set, then it hangs on the get. Thanks, Jay On Jan 6, 4:43 pm, Brian Moon br...@moonspot.net wrote: does the get or the set hold it up? Brian.

Re: Problems with binary protocol and memcached PECL extension

2010-01-06 Thread Brian Moon
and what versions of libmemcached and pecl/memcached are you using? php -i can tell you that. Brian. http://brian.moonspot.net/ On 1/6/10 3:45 PM, Jay Paroline wrote: It looks like both/either. I added print statements in front of each, and it doesn't get to the get. If I comment

Re: Problems with binary protocol and memcached PECL extension

2010-01-06 Thread Trond Norbye
What server version are you using? Trond On Wednesday, January 6, 2010, Brian Moon br...@moonspot.net wrote: and what versions of libmemcached and pecl/memcached are you using?  php -i can tell you that. Brian. http://brian.moonspot.net/ On 1/6/10 3:45 PM, Jay Paroline wrote:

Re: Problems with binary protocol and memcached PECL extension

2010-01-06 Thread Jay Paroline
1.4.4 On Jan 6, 5:07 pm, Trond Norbye trond.nor...@gmail.com wrote: What server version are you using? Trond On Wednesday, January 6, 2010, Brian Moon br...@moonspot.net wrote: and what versions of libmemcached and pecl/memcached are you using?  php -i can tell you that. Brian.

Re: Problems with binary protocol and memcached PECL extension

2010-01-06 Thread Trond Norbye
Try running your server from a console and add -vvv to the command line. Does ti print out any progress? On Wednesday, January 6, 2010, Jay Paroline boxmon...@gmail.com wrote: 1.4.4 On Jan 6, 5:07 pm, Trond Norbye trond.nor...@gmail.com wrote: What server version are you using? Trond On

Re: Problems with binary protocol and memcached PECL extension

2010-01-06 Thread Jay Paroline
This is very odd. If I run it from the command line (with or without vv) it works as expected. If it starts from init.d it doesn't work. [r...@rhd011 test]# /etc/init.d/memcached start Starting memcached:[ OK ] [r...@rhd011 test]# ps aux | grep memcached

Re: Problems with binary protocol and memcached PECL extension

2010-01-06 Thread Jay Paroline
Ok, I'm officially semi-retarded. Apparently when I did a make install of the latest version of memcached on our dev server it installed in / usr/local/bin but the old version was still in /usr/bin -- when I ran the daemon it ran from /usr/local/bin but the init.d script was running it from