摘要:
一、multiprocessing模块 python中的多线程无法利用多核的优势,如果想要充分使用多核CPU的资源(os.cpu_count()查看),在python中大部分情况下需要使用多进程。python提供了multiprocessing。 multiprocessing模块用来开启子进程,并 阅读全文
posted @ 2018-10-23 16:09
LW-5208
阅读(298)
评论(0)
推荐(0)
浙公网安备 33010602011771号