[issue31368] Support asynchronous, non-blocking buffered reads (RWF_NONBLOCK)

YoSTEALTH report at bugs.python.org
Tue Jan 16 08:37:58 EST 2018


YoSTEALTH <ritesh at stealthcentral.com> added the comment:

According to this nginx test https://www.nginx.com/blog/thread-pools-boost-performance-9x/ there is a huge boost in performance when using thread poll for File IO. It is postulated that when preadv2() & RWF_NONBLOCK feature are available it would further benefit (latency, thread sync, ...)

I am not a C coder so i can't just jump into this and code this feature (if i could i would have done it long ago). As Antoine mentioned, it needs to written at C (+ctypes) level.

I am willing to help, hit me up on #python user: stealth_

----------

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


More information about the Python-bugs-list mailing list