Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 394cd70

Browse files
committed
Merged revisions 76433 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r76433 | jesse.noller | 2009-11-21 09:01:56 -0500 (Sat, 21 Nov 2009) | 1 line issue5738: The distribution example was confusing, and out of date. It's too large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing. ........
1 parent f3ebc1f commit 394cd70

2 files changed

Lines changed: 0 additions & 371 deletions

File tree

Doc/includes/mp_distributing.py

Lines changed: 0 additions & 364 deletions
This file was deleted.

Doc/library/multiprocessing.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,10 +2228,3 @@ Some simple benchmarks comparing :mod:`multiprocessing` with :mod:`threading`:
22282228

22292229
.. literalinclude:: ../includes/mp_benchmarks.py
22302230

2231-
An example/demo of how to use the :class:`managers.SyncManager`, :class:`Process`
2232-
and others to build a system which can distribute processes and work via a
2233-
distributed queue to a "cluster" of machines on a network, accessible via SSH.
2234-
You will need to have private key authentication for all hosts configured for
2235-
this to work.
2236-
2237-
.. literalinclude:: ../includes/mp_distributing.py

0 commit comments

Comments
 (0)