[New-bugs-announce] [issue37280] Use threadpool for reading from file for sendfile fallback mode

Andrew Svetlov report at bugs.python.org
Fri Jun 14 06:29:49 EDT 2019


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

We use thread pool executor for loop.sock_sendfile(), there is no reason to call blocking code for loop.sendfile()

----------
components: asyncio
messages: 345574
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Use threadpool for reading from file for sendfile fallback mode
type: behavior
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37280>
_______________________________________


More information about the New-bugs-announce mailing list