Zero-copy network transmission with io_uring
Zero-copy network transmission with io_uring
Posted Jan 1, 2022 11:14 UTC (Sat) by Sesse (subscriber, #53779)In reply to: Zero-copy network transmission with io_uring by smurf
Parent article: Zero-copy network transmission with io_uring
But how is the behavior more predictable? What are you trying to achieve by waiting for the call to return? (Even more so if you put it in a thread; the context switch cost is going to be way higher than the data copy cost.)
