Tag: Memcached
4 articles
Spymemcached Deep Dive: Thread Model, Sharding, Serializa...
Java service integrating with Memcached needs to understand Spymemcached's thread model, sharding routing and serialization details. Spymemcached implements async IO via NIO+callback, uses ketama c...
EVCache Client Integration: Memcached Setup and Configura...
Java applications wanting to experience Netflix EVCache locally or in small teams, but server not open source, can only self-build based on Memcached. Compile Memcached 1.6.39 from source, start ac...
EVCache Internal Principles: Memcached Architecture, Slab...
Using EVCache in large-scale distributed cache needs understanding of underlying Memcached memory management and eviction behavior. EVCache essentially relies on Memcached + Slab Allocation + Lazy ...
EVCache Introduction: Netflix-level Architecture and Mult...
Want to learn Netflix's EVCache system for self-development, but only know it's 'Memcached-based distributed cache'. Break down EVCache/Rend/Memcached/Mnemonic four layers to understand cache layer...