[Python-ideas] BufferedIO and detach
Greg Ewing
greg.ewing at canterbury.ac.nz
Mon Mar 4 22:23:46 CET 2013
Antoine Pitrou wrote:
> Raw I/O is exactly for those
> cases. Non-blocking buffered I/O is a hard conceptual problem:
I don't think it needs to be all that hard as long
as you're willing to give each layer of the protocol
stack its own non-blocking I/O calls. Trying to
take shortcuts by skipping layers of the stack is
asking for pain, though.
--
Greg
More information about the Python-ideas
mailing list