does memcached work on windows 7

2010-02-12 Thread tvinod
im trying to run memcached on my windows 7 machine within a rails project and it errors out.. 936 connection closed. 940 new client connection 940 set mem-development:c222efbcfc08b4850198cd1eea610f76 0 0 217 940 STORED Failed to write, and not due to blocking: Resource temporarily unavailable 940

Re: Memcached and EC2

2010-02-12 Thread Henrik Schröder
On Fri, Feb 12, 2010 at 01:26, Brian Moon br...@moonspot.net wrote: Slightly related: Is there any way to get persistent connections for memcached in PHP? There's no real static variables in it, but there seems to be something for mysql that attaches connections to the parent apache process,

Re: Memcached and EC2

2010-02-12 Thread dormando
Thanks, but how does that work exactly? I've been trying to find information about it, and what I've pieced together so far is that if you are running PHP as an Apache module, and if you are making your own extension in C, then you get access to methods that allow you to store stuff in

Re: does memcached work on windows 7

2010-02-12 Thread Matt Ingenthron
tvinod wrote: im trying to run memcached on my windows 7 machine within a rails project and it errors out.. 936 connection closed. 940 new client connection 940 set mem-development:c222efbcfc08b4850198cd1eea610f76 0 0 217 940 STORED Failed to write, and not due to blocking: Resource

Re: does memcached work on windows 7

2010-02-12 Thread Henrik Schröder
Which version of memcached are you using? I seem to remember that those error messages are typical of older memcached versions on windows. I'm running 1.2.5 and I have never encountered that error. Oh look, here's me getting that problem and solving it, perhaps that helps:

Re: Release 0.38 of libmemcached

2010-02-12 Thread diegomsana
Looking good. However, i couldn't get it working with PHP's memcached module on Centos 5.4/php 5.3.1 After updating to 0.38 and restarting apache, i got this error PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/ modules/memcached.so' -

Re: Release 0.38 of libmemcached

2010-02-12 Thread Brian Aker
Hi! On Feb 12, 2010, at 3:10 AM, diegomsana wrote: Is this a libmemcached or PHP's memcached bug? That was a macro which is now an inline. Which version of gcc is that from? Cheers, -Brian