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 vstinner
Recipients YoSTEALTH, benjamin.peterson, giampaolo.rodola, martin.panter, njs, pitrou, stutzbach, vstinner, xgdomingo
Date 2019-10-10.08:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570696950.82.0.952626335803.issue32561@roundup.psfhosted.org>
In-reply-to
Content
The Linux kernel 5.1 also got a new "io_uring" for asynchronous I/O:

"Ringing in a new asynchronous I/O API"
https://lwn.net/Articles/776703/

Linux 5.2: "The io_uring mechanism has a new operation, IORING_OP_SYNC_FILE_RANGE, which performs the equivalent of a sync_file_range() system call. It is also now possible to register an eventfd with an io_uring and get notifications when operations complete."

Linux 5.3: "The io_uring mechanism has gained support for asynchronous sendmsg() and recvmsg() operations."
History
Date User Action Args
2019-10-10 08:42:30vstinnersetrecipients: + vstinner, pitrou, giampaolo.rodola, benjamin.peterson, stutzbach, njs, martin.panter, YoSTEALTH, xgdomingo
2019-10-10 08:42:30vstinnersetmessageid: <1570696950.82.0.952626335803.issue32561@roundup.psfhosted.org>
2019-10-10 08:42:30vstinnerlinkissue32561 messages
2019-10-10 08:42:30vstinnercreate