search for: memcache_client

Displaying 3 results from an estimated 3 matches for "memcache_client".

2009 Apr 13
6
Memcached 1.6.5 (Rails 2.3) 10x slower
...556/row (2.3ms) Cached fragment hit: views/sightings/1557/row (2.4ms) Cached fragment hit: views/sightings/1558/row (2.2ms) Then i did some quick and dirty benchmarks on the console: First, with the "1.6.5" version bundled with rails 2.3 # => cache benchmark: (182.9ms) Then I switch memcache_client versions, to 1.5.0: # => cache benchmark: (18.6ms) (full benchmark code -- http://gist.github.com/94196) These numbers hold up on both OSX and Solaris. I''ll submit a ticket somewhere unless it turns out I''m missing something... --~--~---------~--~----~------------~-------~-...
2008 Mar 13
1
memcache_client fails Marshal.load of AR objects
wondering if anyone watching can make sense of this, I''m try to work the memcache_client into my app, but every time it tries to read from memcache I get a Marshall error that the AR classes are not defined. But it''s more vexing than that, as the error does not occur within the console. From a console everything works as expected, but when running in the app it fails. H...
2006 Sep 20
3
Spinning mongrels and SIGUSR1
First off: Our clusters are LVS balanced Apache 2.2.3 + mod_proxy_balancer + gem mongrel 0.3.13.3 / mongrel_cluster 0.2 + memcached / gem memcache_client + gem rails 1.1.6 on debian boxen, and a pgcluster backend. On 2 of our deployed clusters, we are getting the "spinning mongrel" problem. As the clusters are very low volume right now, it takes days to collect a spinner, making it difficult to debug what the problem might be. From w...