Skip to content

Commit 98bfea1

Browse files
authored
Update Distributed_process.rst
1 parent 1a2cd9e commit 98bfea1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Process-Thread/Distributed_process.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ task_worker.py进程结束,在task_master.py进程中会继续打印出结果:
141141
Queue对象存储在哪?注意到task_worker.py中根本没有创建Queue的代码,所以,Queue对象存储在task_master.py进程中:
142142

143143
.. image:: https://github.com/shfanzie/Systematically_self-study_Python/blob/master/Image/task_master_worker.png
144-
.. image:: Image/task_master_worker.png
145144

146145
而Queue之所以能通过网络访问,就是通过QueueManager实现的。由于QueueManager管理的不止一个Queue,所以,要给每个Queue的网络调用接口起个名字,比如get_task_queue。
147146

0 commit comments

Comments
 (0)