cpython/Lib/multiprocessing
Antoine Pitrou eaaf66ca2b Merged revisions 76245 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76245 | antoine.pitrou | 2009-11-13 23:31:18 +0100 (ven., 13 nov. 2009) | 6 lines

  Issue #7318: multiprocessing now uses a timeout when it fails to establish
  a connection with another process, rather than looping endlessly. The
  default timeout is 20 seconds, which should be amply sufficient for
  local connections.
........
2009-11-13 22:33:27 +00:00
..
dummy use the new threading properties for multiprocessing (reviewed by Jesse #3927) 2008-09-22 21:11:43 +00:00
__init__.py Merged revisions 68915 via svnmerge from 2009-03-31 15:01:45 +00:00
connection.py Merged revisions 76245 via svnmerge from 2009-11-13 22:33:27 +00:00
forking.py issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. 2008-08-19 19:06:19 +00:00
heap.py darn! I converted half of the files the wrong way. 2008-06-13 19:20:48 +00:00
managers.py Merged revisions 74903 via svnmerge from 2009-09-18 09:19:52 +00:00
pool.py Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,67355,67359,67362,67364,67367-67368,67370 via svnmerge from 2008-12-05 08:51:30 +00:00
process.py Merged revisions 73708,73738 via svnmerge from 2009-07-21 17:02:14 +00:00
queues.py Merged revisions 73206,73232,73299,73683,74020,74185,74544,74643,74647,74817,74838-74839,74865,74946,75402,75459,75604,75696 via svnmerge from 2009-10-27 15:39:53 +00:00
reduction.py issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. 2008-08-19 19:06:19 +00:00
sharedctypes.py Merged revisions 68708 via svnmerge from 2009-01-18 04:01:18 +00:00
synchronize.py issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller 2008-09-30 00:15:45 +00:00
util.py Merged revisions 68915 via svnmerge from 2009-03-31 15:01:45 +00:00