Netty Working Notes 0025--Analysis of NIO and Zero Copy Principle

Technical exchange QQ group [JAVA, C++, Python, .NET, BigData, AI]: 170933152

Look at traditional IO, copy files need to be read and written

Traditional IO, how does it look from the bottom layer?

Here is the user mode on the left, the kernel mode in the middle, the user mode on the right, and the kernel mode on the right.

Guess you like

Origin blog.csdn.net/lidew521/article/details/108651893