diff options
author | Jesse Noller <jnoller@gmail.com> | 2009-11-21 14:01:56 (GMT) |
---|---|---|
committer | Jesse Noller <jnoller@gmail.com> | 2009-11-21 14:01:56 (GMT) |
commit | 6c3767445cf1e595d1729611284216b87f96e088 (patch) | |
tree | 48f1e899dd48e17ffef13a001c555084b60335df /Doc/library | |
parent | c4920e86ef7511b4e858028e870b1811437a71d0 (diff) | |
download | cpython-6c3767445cf1e595d1729611284216b87f96e088.zip cpython-6c3767445cf1e595d1729611284216b87f96e088.tar.gz cpython-6c3767445cf1e595d1729611284216b87f96e088.tar.bz2 |
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.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/multiprocessing.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 66c73a1..583659e 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -2230,10 +2230,3 @@ Some simple benchmarks comparing :mod:`multiprocessing` with :mod:`threading`: .. literalinclude:: ../includes/mp_benchmarks.py -An example/demo of how to use the :class:`managers.SyncManager`, :class:`Process` -and others to build a system which can distribute processes and work via a -distributed queue to a "cluster" of machines on a network, accessible via SSH. -You will need to have private key authentication for all hosts configured for -this to work. - -.. literalinclude:: ../includes/mp_distributing.py |