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

Cezary Wagner report at bugs.python.org
Tue Feb 24 18:12:19 CET 2015


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 at python
components: Documentation
messages: 236519
nosy: Cezary.Wagner, docs at python
priority: normal
severity: normal
status: open
title: multiprocessing documentation - little more examples for parallel computing

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23514>
_______________________________________


More information about the docs mailing list