Shared variable in python's multiprocessing https://www.programcreek.com/python/example/58176/multiprocessing.Value https://docs.python.org/zh-cn/3.7/library/multiprocessing.html#multiprocessing-programming 在Unix 上,如果一个进程执行完成但是没有被 join,就会变成僵尸进程。 https://www.geeksforgeeks.org/...