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.

classification
Title: spawn asyncio subprocesses in a thread pool
Type: performance Stage:
Components: asyncio Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, yselivanov
Priority: normal Keywords:

Created on 2019-06-13 07:58 by asvetlov, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg345472 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2019-06-13 07:58
Subprocess starting can be a long blocking operation, see https://github.com/python-trio/trio/issues/1109 for discussion
History
Date User Action Args
2022-04-11 14:59:16adminsetgithub: 81444
2020-09-21 19:37:55iritkatrielsetnosy: + yselivanov
type: performance
components: + asyncio
2019-06-13 07:58:27asvetlovcreate