python 并发编程 非阻塞IO模型原理解析 非阻塞IO(non-blockingIO)Linux下,可以通过设置socket使其变为non-blocking。当对一个non-blockingsoc 非阻塞IO模型