Message354347
| 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." |
|