flush

split

mvcc

rpc

get put mutation

 

netty  reactor模型

 

page cache

缓存 I/O 又被称作标准 I/O,大多数文件系统的默认 I/O 操作都是缓存 I/O。在 Linux 的缓存 I/O 机制中,操作系统会将 I/O 的数据缓存在文件系统的页缓存( page cache )中,也就是说,数据会先被拷贝到操作系统内核的缓冲区中,然后才会从操作系统内核的缓冲区拷贝到应用程序的地址空间。https://segmentfault.com/a/1190000003063859  

 

进程切换http://guojing.me/linux-kernel-architecture/posts/process-switch/

 

Proactor设计模式 reactor设计模式

相关文章:

  • 2021-06-04
  • 2022-12-23
  • 2021-08-11
  • 2021-12-31
  • 2021-11-20
  • 2021-12-09
  • 2021-05-14
猜你喜欢
  • 2022-01-15
  • 2021-12-11
  • 2021-05-02
  • 2021-12-24
  • 2021-06-10
相关资源
相似解决方案