What is the memcached queue tail?

2017-06-20 Thread red 888
This doc says something about memcached I haven't read anywhere else: Which brings me to another point, items/chunks are not actively reclaimed/expired. Memached does not have a background thread that explicitly expires items, reclaimin

Re: What is the memcached queue tail?

2017-06-20 Thread dormando
On Tue, 20 Jun 2017, red 888 wrote: > This doc says something about memcached I haven't read anywhere else: > Which brings me to another point, items/chunks are not actively > reclaimed/expired. Memached does not > have a background thread that explicitly expires items, reclaiming used > chunks

Re: What is the memcached queue tail?

2017-06-20 Thread red 888
Just curious about what the queue tail is and where I can get more info about it and what it does. On Jun 20, 2017 5:25 PM, "dormando" wrote: > On Tue, 20 Jun 2017, red 888 wrote: > > > This doc says something about memcached I haven't read anywhere else: > > Which brings me to another point, it

Re: What is the memcached queue tail?

2017-06-20 Thread dormando
I don't really understand what queue tail is. I didn't write that page. There's the LRU tail. Which just means the least recently used item for that slab class. On Tue, 20 Jun 2017, red 888 wrote: > Just curious about what the queue tail is and where I can get more info about > it and what it d

Re: What is the memcached queue tail?

2017-06-21 Thread red 888
Ah thanks that must be what he's talking about. Can you recommend a good in depth doc on the LRU tail (that includes info about the hot,warm,cold tails)? Thanks again! On Tuesday, June 20, 2017 at 8:06:17 PM UTC-4, Dormando wrote: > > I don't really understand what queue tail is. I didn't write

Re: What is the memcached queue tail?

2017-06-21 Thread dormando
https://github.com/memcached/memcached/blob/master/doc/new_lru.txt On Wed, 21 Jun 2017, red 888 wrote: > Ah thanks that must be what he's talking about. Can you recommend a good in > depth doc on the LRU tail (that includes info about the hot,warm,cold tails)? > Thanks again! > On Tuesday, June