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 asksol
Recipients BreamoreBoy, asksol, jnoller, sbt
Date 2014-06-30.14:45:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404139553.53.0.580667327874.issue9248@psf.upfronthosting.co.za>
In-reply-to
Content
This patch is quite dated now and I have fixed many bugs since.  The feature is available in billiard and is working well but The code has diverged quite a lot from python trunk.  I will be updating billiard to reflect the changes for Python 3.4 soon (billiard is currently 3.3).

I think we can forget about taking individual patches from billiard for now,
and instead maybe merge the codebases at some point if there's interest.
we have a version of multiprocessing.Pool using async IO and one pipe per process that drastically improves performance
and also avoids the threads+forking issues (well, not the initial fork), but I have not yet adapted it to use the new asyncio module in 3.4

So suggestion is to close this and rather get a discussion going for combining our efforts.
History
Date User Action Args
2014-06-30 14:45:53asksolsetrecipients: + asksol, jnoller, BreamoreBoy, sbt
2014-06-30 14:45:53asksolsetmessageid: <1404139553.53.0.580667327874.issue9248@psf.upfronthosting.co.za>
2014-06-30 14:45:53asksollinkissue9248 messages
2014-06-30 14:45:53asksolcreate