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 vstinner
Recipients vstinner
Date 2018-12-14.11:33:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544787207.34.0.788709270274.issue35479@psf.upfronthosting.co.za>
In-reply-to
Content
> My PR 11136 doesn't work: _maintain_pool() should be called frequently to check when a worker completed. Polling worker exit status seems inefficient :-(

I created bpo-35493: "multiprocessing.Pool._worker_handler(): use SIGCHLD to be notified on worker exit".
History
Date User Action Args
2018-12-14 11:33:27vstinnersetrecipients: + vstinner
2018-12-14 11:33:27vstinnersetmessageid: <1544787207.34.0.788709270274.issue35479@psf.upfronthosting.co.za>
2018-12-14 11:33:27vstinnerlinkissue35479 messages
2018-12-14 11:33:27vstinnercreate