yanfei 发表于 2017-4-26 11:49:51

python的异步通信

  python自带的两个模块 asyncore, asynchat ,可以写异步程序。twisted项目提供了更多的库。
页: [1]
查看完整版本: python的异步通信