[issue23514] multiprocessing documentation - little more examples for parallel computing

New submission from Cezary Wagner:
I am little confused with multiprocessing documentation since it does not contain enough examples.
Parallel computing is not simple by design so documentation can be little improved to make it simpler. No pattern to use pool with classes. No pattern to exchange objects between processes. Understanding usage of Queue and SimpleQueue or JoinableQueue is not very clear.
Current documentation in majority is good reference with very rare examples / patterns.
---------- assignee: docs@python components: Documentation messages: 236519 nosy: Cezary.Wagner, docs@python priority: normal severity: normal status: open title: multiprocessing documentation - little more examples for parallel computing
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue23514 _______________________________________

Changes by Cezary Wagner cezary.wagner@gmail.com:
---------- versions: +Python 2.7
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue23514 _______________________________________

Davin Potts added the comment:
This is a specific suggestion that should be included / addressed as part of issue23100.
---------- nosy: +davin type: -> enhancement
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue23514 _______________________________________

Cezary Wagner added the comment:
Should I add this suggestion to open before issue?
I started doing multiprocessing code in Python so I can have more suggestions since I found that documentation can be improved I will report specific problem.
----------
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue23514 _______________________________________

Change by Serhiy Storchaka storchaka+cpython@gmail.com:
---------- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> multiprocessing doc organization impedes understanding
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue23514 _______________________________________
participants (3)
-
Cezary Wagner
-
Davin Potts
-
Serhiy Storchaka