aio笔记
【背景】
innodb和oceanbase都使用aio
【相关笔记】
1) 使用代码
https://gist.github.com/larytet/87f90b08643ac3de934df2cadff4989c
io_submit
io_getevents阻塞等待事件
2)native aio原理
https://jishuin.proginn.com/p/763bfbd51f13
3)innodb使用aio相关分析
http://www.gpfeng.com/?p=474
【其他】
线程切换代价
http://www.gpfeng.com/?p=488
一次内存读写操作(100ns左右),context switch代价不可小视(按照100us计算的话,相当于1000次内存访问)