Direct Memory Access #53474
Direct Memory Access
#53474
-
Does .NET Core have the technology similar to DMA(Direct Memory Access) in java,? |
Beta Was this translation helpful? Give feedback.
Answered by
huoyaoyuan
May 30, 2021
Replies: 2 comments 4 replies
-
DMA is a hardware technology and it depends on underlying OS to utilize it. For example, Socket.SendFile will let the OS to do the optimal way. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
kamikyo
-
net core always brings me surprises, thanks for your answer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DMA is a hardware technology and it depends on underlying OS to utilize it. For example, Socket.SendFile will let the OS to do the optimal way.