This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author danken
Recipients asksol, danken, jnoller, synapse
Date 2011-06-14.08:23:45
SpamBayes Score 0.0007311724
Marked as misclassified No
Message-id <1308039826.56.0.816524752441.issue10527@psf.upfronthosting.co.za>
In-reply-to
Content
I would rate this issue as a performance bug, not a mere feature request. If the python process has more than 1023 open file descriptors, multiprocessing.Pipe.poll() becomes unusable. This is a serious barrier to using multiprocessing in a complex server.
History
Date User Action Args
2011-06-14 08:23:46dankensetrecipients: + danken, jnoller, synapse, asksol
2011-06-14 08:23:46dankensetmessageid: <1308039826.56.0.816524752441.issue10527@psf.upfronthosting.co.za>
2011-06-14 08:23:46dankenlinkissue10527 messages
2011-06-14 08:23:45dankencreate