摘要: 一、进程: 1、语法 2、进程间通讯 3、进程池 二、Gevent协程 三、Select\Poll\Epoll异步IO与事件驱动 一、进程: 1、语法 1 简单的启动线程语法 2 def run(name): 3 time.sleep(2) 4 print("hello",name) 5 6 if 阅读全文
posted @ 2016-09-26 10:37 Charles.L 阅读(12604) 评论(0) 推荐(1) 编辑