摘要: 进程 : 进程池 线程 : 理论 threading.Thread来创建线程 1 . 下面代码是同步请求的 import os,time from multiprocessing import Pool def wahaha() time.sleep(1) print(os.getpid()) re 阅读全文
posted @ 2018-07-30 16:11 冯坤大神 阅读(144) 评论(0) 推荐(0) 编辑