Linux 五种IO模型及任务处理线程模型

版权声明:本文为博主原创文章,欢迎转载哦 https://blog.csdn.net/wgp15732622312/article/details/81058467

IO模型

1、阻塞式I/O

2、非阻塞式I/O

3、I/O复用

4、信号驱动式I/O

5、异步I/O


任务处理线程模型

1、串行工作模型

2、并行工作模型

3、单线程reactor线程模型

4、多线程reactor线程模型

5、混合型reactor线程模型


链接:

https://blog.csdn.net/jay900323/article/details/18141217

http://www.tianshouzhi.com/api/tutorials/netty/335


猜你喜欢

转载自blog.csdn.net/wgp15732622312/article/details/81058467