摘要: **1、multiprocessing模块介绍 python中的多线程无法利用多核优势,如果想要充分地使用多核CPU的资源(os.cpu_count()查看),在python中大部分情况需要使用多进程。Python提供了multiprocessing。 multiprocessing模块用来开启子进 阅读全文
posted @ 2020-08-20 17:18 Οo白麒麟оΟ 阅读(133) 评论(0) 推荐(0) 编辑