httpwatch IE查看器
memcached:
缓存服务器,但本身无法决定缓存任何数据
一半依赖于客户端,一半依赖于服务器
key:value
C/S架构 基于tcp,udp协议 ip
simple protocal
http text
ftp text binary
memcached text binary
仅支持get set
lazy :惰性模式 , LRU最近最少使用
memcached 坏了不会影响数据本身
内存缓存服务器 :
处理内存碎片:
buddy system
避免内存外碎片
slab allocator memcached
原文:https://blog.51cto.com/14087650/2433385