多进程,多线程
1 多进程
https://www.liaoxuefeng.com/wiki/1016959663602400/1017628290184064
multiprocessing
流程
- 创建进程池
- 创建进程
- 关闭进程池
- 阻塞主进程
进程返回值
进程调用函数的参数
pandas chunk data 不可以
打印信息
2 多线程
https://www.runoob.com/python/python-multithreading.html
thread
https://www.liaoxuefeng.com/wiki/1016959663602400/1017628290184064
multiprocessing
流程
进程返回值
进程调用函数的参数
pandas chunk data 不可以
打印信息
https://www.runoob.com/python/python-multithreading.html
thread