[Python-ideas] An error in multiprocessing on MacOSX?

Richard Oudkerk shibturn at gmail.com
Mon Nov 26 23:11:02 CET 2012


On 26/11/2012 9:23pm, Sturla Molden wrote:
> BTW, fd passing is possible on Windows too, using DuplicateHandle. One can "inject" an open file handle into a different process, but some means of ipc (e.g. a pipe) must be used to communicate it's value.

multiprocessing on Windows already depends on that feature;-)

-- 
Richard




More information about the Python-ideas mailing list