flushreact
splitlinux
mvccsegmentfault
rpc设计模式
get put mutation缓存
netty reactor模型mvc
page cachepost
缓存 I/O 又被称做标准 I/O,大多数文件系统的默认 I/O 操做都是缓存 I/O。在 Linux 的缓存 I/O 机制中,操做系统会将 I/O 的数据缓存在文件系统的页缓存( page cache )中,也就是说,数据会先被拷贝到操做系统内核的缓冲区中,而后才会从操做系统内核的缓冲区拷贝到应用程序的地址空间。http://www.javashuo.com/article/p-sqagmtjn-x.html 操作系统
进程切换http://guojing.me/linux-kernel-architecture/posts/process-switch/设计
Proactor设计模式 reactor设计模式netty