1. 程式人生 > >python IO 多路復用

python IO 多路復用

模塊 cto .html .cn http ping selectors html log

一、epoll

epoll 參考鏈接: https://www.cnblogs.com/Alanpy/articles/5125986.html

epoll 參考鏈接: https://www.cnblogs.com/maociping/p/5132583.html 

二、 selectors 模塊 實現IO多路復用

selectors 參考鏈接: https://blog.csdn.net/jjjndk1314/article/details/79682958

三、select 模塊

樣例:

 

python IO 多路復用