Open
Description
Right now, none of the existing ASGI webservers support zerocopysend
. This seems to be due to the additional code complexity needed to support this extension.
This lack of support has prevented me from adding zerocopysend
to whitenoise, which would have been a big win for the Python web development community.
I'm opening this issue as a place to discuss what, if anything, can be done to encourage adoption for zerocopysend
.
Here's a few questions to get this discussion started:
- Is a
zerocopysend2
interface needed to encourage adoption? - Does
asgiref
need some helper utilities to simplify adoption of the current extension? - It seems that adding
zerocopysend
would require facing the buffer. Is it worthwhile (or feasible) to engineer a way of avoiding this?
Metadata
Metadata
Assignees
Labels
No labels