Java Socket 介绍
2025年7月10日小于 1 分钟
划分IO类型
- bio 阻塞
- nio 非阻塞
- aio 异步处理
文章:
todo IO 多路复用 select/poll/epoll todo strace -ff -o ./out java BIOSocket.Java
todo Doug Lea 大神博客 https://gee.cs.oswego.edu/ todo Scalable IO in Java https://gee.cs.oswego.edu/dl/cpjslides/nio.pdf