python之ProcessPoolExecutor

Posted 流云轩

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python之ProcessPoolExecutor相关的知识,希望对你有一定的参考价值。

ProcessPoolExecutor使用上基本与ThreadPoolExecutor一致
不过在windows上使用,有个问题需要注意。使用不当会出现如下错误
File "...libmultiprocessingspawn.py", line 137, in _check_not_importing_main
    is not going to be frozen to produce an executable.‘‘‘)
RuntimeError:
        An attempt has been made to start a new process before the
        current process has finished its bootstrapping phase.

 出现这个需要检查多进程代码的调用,看看是不是在

if __name__ == ‘__main__‘:
    main()

 name检查语句里,如果不在,放在里面就可以了

 

以上是关于python之ProcessPoolExecutor的主要内容,如果未能解决你的问题,请参考以下文章

python数据结构之递归

python数据结构之递归

人生苦短,我用Python(目录)

博客目录

Python之循序渐进

Python全栈开发之目录