File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
multiprocessing/work-distribution Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ the tasks in worker processes, combine the results in the master process.
12
12
If needed, figure out also how to deal with any coordinates left out of the
13
13
neat uniform-sized chunks.
14
14
15
- a) Use a Pool of Workers to distribute the tasks to worker processes.
15
+ a) Use a ** Pool of Workers** to distribute the tasks to worker processes.
16
16
* Hint: if you return also the weight of each chunk, you can process also
17
17
non-uniform sized chunks.*
18
18
19
19
OR
20
20
21
- b) Use a Queue to distribute the tasks to worker processes. Store the results
22
- for each chunk in a separate queue.
21
+ b) Use a ** Queue** to distribute the tasks to worker processes. Store the
22
+ results for each chunk in a separate queue.
You can’t perform that action at this time.
0 commit comments