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: Use threadpool for reading from file for sendfile fallback mode
Type: behavior Stage: resolved
Components: asyncio Versions: Python 3.9, Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, yselivanov
Priority: normal Keywords: patch

Created on 2019-06-14 10:29 by asvetlov, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 14076 merged asvetlov, 2019-06-14 10:32
PR 14102 merged asvetlov, 2019-06-15 11:09
PR 14101 merged miss-islington, 2019-06-15 11:18
Messages (1)
msg345574 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2019-06-14 10:29
We use thread pool executor for loop.sock_sendfile(), there is no reason to call blocking code for loop.sendfile()
History
Date User Action Args
2022-04-11 14:59:16adminsetgithub: 81461
2019-06-15 11:26:34asvetlovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-06-15 11:18:46miss-islingtonsetpull_requests: + pull_request13958
2019-06-15 11:09:16asvetlovsetpull_requests: + pull_request13956
2019-06-14 10:32:04asvetlovsetkeywords: + patch
stage: patch review
pull_requests: + pull_request13934
2019-06-14 10:29:49asvetlovcreate