py-多进程

 

 

 

 

 

 

 

扫描二维码关注公众号,回复: 2935464 查看本文章

#小结

#在Unix/Linux下,可以使用fork()调用实现多进程。
#要实现跨平台的多进程,可以使用multiprocessing模块。
#进程间通信是通过Queue、Pipes等实现的。

猜你喜欢

转载自blog.csdn.net/qq_35355153/article/details/81912243