标签: python-3.x python-multiprocessing
我正在multiprocessing中学习python模块,并且不确定何时使用哪种启动方法。其中有三个:spawn,fork,forkserver。谁能说明其中每种情况都比其他情况更合适的情况,并给出一个简单的例子?也许它是用文档编写的,但是我也很难找到不调用set_start_method()或get_context()时默认情况下发生的情况。
multiprocessing
python
spawn
fork
forkserver
set_start_method()
get_context()