does memcached cause any disk io?

2011-06-21 Thread Mark Maggelet
I'm hoping someone can explain this to me. I turned on fragment caching with memcached for my rails app recently and unless I'm tripping it made the disk io part of my ec2 bill go up. The memcached server is on a different host than the rails app if that means anything. Thanks

Re: can I get a reality check?

2011-05-15 Thread Mark Maggelet
I get it, thanks. For some reason I couldn't figure that out from the docs. On Mon, May 16, 2011 at 2:15 PM, Adam Donnison wrote: > On 16/05/11 16:11, Mark Maggelet wrote: >> Thank you! >> Can you tell me what's wrong with this one too? >> set foo 0 20 0 >> g

Re: can I get a reality check?

2011-05-15 Thread Mark Maggelet
Thank you! Can you tell me what's wrong with this one too? set foo 0 20 0 get foo CLIENT_ERROR bad data chunk On Mon, May 16, 2011 at 2:06 PM, Trond Norbye wrote: > > On 15. mai 2011, at 11.50, Mark wrote: > >> I'm having problems after installing memcached and reading the "ascii >> protocol" doc