摘要: 一 内存分配管理机制 memcached是一个高性能的,分布式内存对象缓存系统,用于在动态系统中减少数据库负载,提升性能。memcached有一个很有特色的内存管理方式,为了提高效率,默认情况下采用了名为Slab Allocator的机制分配管理内存空间。 memcached文档中关于slab allocator有这么一段话: the primary goal of the slabs subsystem in memcached was to eliminate memory fragmentation issues totally by using fixed-size memory ch 阅读全文
posted @ 2012-05-14 14:48 Moon_Bird 阅读(3795) 评论(0) 推荐(1)