摘要: 多进程 Multiprocessing 和多线程 threading 类似, 他们都是在 python 中用来并行运算的. 不过既然有了 threading, 为什么 Python 还要出一个 multiprocessing 呢? 原因很简单, 就是用来弥补 threading 的一些劣势, 即th 阅读全文
posted @ 2019-01-18 10:45 Iriving 阅读(520) 评论(0) 推荐(0)