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.

Author YoSTEALTH
Recipients YoSTEALTH, ned.deily, nitishch, njs, pitrou
Date 2018-01-16.13:37:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516109878.89.0.467229070634.issue31368@psf.upfronthosting.co.za>
In-reply-to
Content
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_
History
Date User Action Args
2018-01-16 13:37:58YoSTEALTHsetrecipients: + YoSTEALTH, pitrou, ned.deily, njs, nitishch
2018-01-16 13:37:58YoSTEALTHsetmessageid: <1516109878.89.0.467229070634.issue31368@psf.upfronthosting.co.za>
2018-01-16 13:37:58YoSTEALTHlinkissue31368 messages
2018-01-16 13:37:58YoSTEALTHcreate