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 rsebille
Recipients gvanrossum, rsebille, vstinner, yselivanov
Date 2017-01-18.17:22:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484760126.34.0.121934776288.issue29309@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, thanks for the explanation!

One thing still bother me, run_in_executor() allow us to launch blocking operations but without blocking the main thread, so there is a high chance that we wait inside one of the pool's worker.
Does this mean run_in_executor() shouldn't be used for long/indefinite blocking operation?
History
Date User Action Args
2017-01-18 17:22:06rsebillesetrecipients: + rsebille, gvanrossum, vstinner, yselivanov
2017-01-18 17:22:06rsebillesetmessageid: <1484760126.34.0.121934776288.issue29309@psf.upfronthosting.co.za>
2017-01-18 17:22:06rsebillelinkissue29309 messages
2017-01-18 17:22:06rsebillecreate