Re: odd cache behavior with memcached

2009-01-30 Thread levity
i found a workaround on an old mailing list post that came up through a google search: it was to downgrade cmemcache, which is the python module for communicating with memcached, from 0.95 to 0.91. i wish i knew why that worked... On Jan 30, 2:56 am, levity wrote: > code sample:http://dpaste.co

odd cache behavior with memcached

2009-01-29 Thread levity
code sample: http://dpaste.com/114571/ that code runs on every request to a certain page, which is being hit frequently. there are only 10 unique keys, and each of them gets requested several times within the 5-minute window of cache expiration. however, what seems to happen is that things are c