This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Cezary.Wagner
Recipients Cezary.Wagner, docs@python
Date 2015-02-24.17:12:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424797939.13.0.206434175912.issue23514@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-02-24 17:12:19Cezary.Wagnersetrecipients: + Cezary.Wagner, docs@python
2015-02-24 17:12:19Cezary.Wagnersetmessageid: <1424797939.13.0.206434175912.issue23514@psf.upfronthosting.co.za>
2015-02-24 17:12:19Cezary.Wagnerlinkissue23514 messages
2015-02-24 17:12:18Cezary.Wagnercreate